修复已办任务,审批结果展示不正确的问题

This commit is contained in:
YunaiV
2022-03-20 01:21:09 +08:00
parent efe4200181
commit 00269fd911
5 changed files with 4 additions and 5 deletions

View File

@ -25,7 +25,7 @@
<el-table-column label="流程发起人" align="center" prop="processInstance.startUserNickname" width="120" />
<el-table-column label="结果" align="center" prop="result">
<template slot-scope="scope">
<dict-tag :type="DICT_TYPE.COMMON_STATUS" :value="scope.row.result"/>
<dict-tag :type="DICT_TYPE.BPM_PROCESS_INSTANCE_RESULT" :value="scope.row.result"/>
</template>
</el-table-column>
<el-table-column label="审批意见" align="center" prop="comment" width="200" />