修改禅道已知bug

This commit is contained in:
sunFlower
2022-09-29 15:41:56 +08:00
parent 1d06758d7e
commit 0ae590aabf
3 changed files with 4 additions and 4 deletions
@@ -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')}}
@@ -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')