We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c17980 commit 657ad50Copy full SHA for 657ad50
src/views/bpm/oa/leave/index.vue
@@ -83,7 +83,7 @@
83
<el-table-column align="center" label="申请编号" prop="id" />
84
<el-table-column align="center" label="状态" prop="result">
85
<template #default="scope">
86
- <dict-tag :type="DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS" :value="scope.row.result" />
+ <dict-tag :type="DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS" :value="scope.row.status" />
87
</template>
88
</el-table-column>
89
<el-table-column
0 commit comments