国内外政策-流程状态增加 已接收 状态

This commit is contained in:
zyn
2023-09-21 11:16:56 +08:00
parent c4bc87705c
commit a6c065e38d
200 changed files with 200 additions and 200 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
label="状态"
align="center">
<template slot-scope="scope">
<span>{{ scope.row.endTime ? '已完成' : '未完成'}}</span>
<span>{{ scope.row.endTime ? '已完成' : scope.row.receiveStatus ? '已接收' : '未完成' }}</span>
</template>
</el-table-column>
</el-table>