【修改bug】流程修改显示的名称
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user