Merge branch 'zcwy-master' into dev0515

This commit is contained in:
zhangsir
2024-06-19 16:29:43 +08:00

View File

@@ -499,7 +499,7 @@
</el-table-column>
<el-table-column label="状态">
<template slot-scope="scope">
{{ scope.row.status == 9 ? '已完成' : '未开始' }}
{{ scope.row.status == 9 ? '已完成' : scope.row.status == 1?'进行中':'未开始' }}
</template>
</el-table-column>
<el-table-column label="完成时间" prop="lastTime">