【修改bug】流程修改显示的名称

This commit is contained in:
zhoulingpo
2023-04-27 17:39:20 +08:00
parent caf6f4381a
commit 444ee279cf
2 changed files with 10 additions and 3 deletions
+6 -2
View File
@@ -32,13 +32,17 @@
align="center"
>
<template slot-scope="scope">
{{scope.row.$index}}
<span v-if="scope.row.approvalResult == '1' || scope.row.approvalResult == '3' ">
同意
</span>
<span v-else-if="scope.row.approvalResult == '2'">
不同意
不同意
</span>
<span v-else-if="!scope.row.approvalResult && scope.row.deleteReason=='completed'">发起</span>
<span v-else-if="!scope.row.approvalResult && scope.row.deleteReason=='completed'" >
{{scope.$index ===0 ? "发起":"重新发起"}}
</span>
</template>
</el-table-column>
<el-table-column