修改禅道已知bug
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div @click="endProcessClick"
|
||||
v-if="this.$route.query.createBy == this.userInfoQuery.username
|
||||
&& this.$route.query.gatherResult == 'Underway'"
|
||||
&& this.$route.query.flowStatus == 'Underway'"
|
||||
class="operator-text-text" :title="$t('endProcess')">
|
||||
<a-icon type="profile"/>
|
||||
{{$t('endProcess')}}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div @click="endProcessClick"
|
||||
v-if="this.$route.query.createBy == this.userInfoQuery.username
|
||||
&& this.$route.query.gatherResult == 'Underway'"
|
||||
&& this.$route.query.flowStatus == 'Underway'"
|
||||
class="operator-text-text" :title="$t('endProcess')">
|
||||
<a-icon type="profile"/>
|
||||
{{$t('endProcess')}}
|
||||
|
||||
@@ -465,7 +465,7 @@
|
||||
standId: row.standId,
|
||||
remark: row.remark,
|
||||
createBy:row.createBy,
|
||||
gatherResult:row.gatherResult
|
||||
flowStatus:row.flowStatus
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
@@ -480,7 +480,7 @@
|
||||
standId: row.standId,
|
||||
remark: row.remark,
|
||||
createBy:row.createBy,
|
||||
gatherResult:row.gatherResult
|
||||
flowStatus:row.flowStatus
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
|
||||
Reference in New Issue
Block a user