From 59128371df7b88537e069a8c1f459a81fd6f3f7f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 27 二月 2025 16:30:39 +0800
Subject: [PATCH] 流程推进统计table内容调整
---
src/views/projectProcess/detail/index.vue | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/views/projectProcess/detail/index.vue b/src/views/projectProcess/detail/index.vue
index d7d4f59..545c0f1 100644
--- a/src/views/projectProcess/detail/index.vue
+++ b/src/views/projectProcess/detail/index.vue
@@ -391,19 +391,13 @@
if (row.taskStatus != '宸插畬鎴�') {
return null
}
- if (row.handlerType === 'USER') {
- return null;
- } else if (row.handlerType === 'DEPT') {
- return row.handlerUnitName.join("銆�")
- } else if (row.handlerType === 'ROLE') {
- return row.handlerUnitName.join('銆�')
- }
+ return row.handlerUnitName.join("銆�")
},
candidateFormatter(row) {
if (row.taskStatus != '宸插畬鎴�') {
return null
}
- return row.handlerName.join('銆�')
+ return row.handlerName.join("銆�")
// if (row.handlerType === 'USER') {
// return row.handlerName.join('銆�')
// } else if (row.handlerType === 'DEPT') {
--
Gitblit v1.8.0