From a6f12be59f4d9b6272079d84ef2d81aaf1532c3c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 26 十二月 2024 23:19:59 +0800 Subject: [PATCH] 流程推进关闭优化、项目码显示临时调整、流程推进分页当前页字段调整 --- src/views/projectManage/progress/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/projectManage/progress/index.vue b/src/views/projectManage/progress/index.vue index b077bc5..6d4e54a 100644 --- a/src/views/projectManage/progress/index.vue +++ b/src/views/projectManage/progress/index.vue @@ -109,6 +109,11 @@ }} </template> </el-table-column> + <el-table-column label="寮傚父闂" align="center" prop="exception" > + <template slot-scope="scope"> + {{ scope.row.exception === 0 ? '璁″垝瓒呮湡' : scope.row.exception === 1 ? '杩涘害瓒呮湡' : '' }} + </template> + </el-table-column> <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> <template slot-scope="scope"> <el-button -- Gitblit v1.8.0