From 517385eab3321976ad92d6b5f9567abfca0b6b45 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 25 Jun 2024 16:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=88=91=E7=9A=84=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/index.vue | 141 +++++++++++++++------------------- 1 file changed, 63 insertions(+), 78 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index d2f7915..d266c64 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -52,85 +52,57 @@ @@ -493,7 +474,11 @@ export default { width: 120, align: 'center', customFn: (row) => { - return (
{ + return (
{ + // 有转办人,转办人不显示 已转办 任务为结束。 + row.do_admin_ids.length>0 && !row.do_admin_ids.includes(this.stateObj.login_id) && !(row.audit_status==3||row.audit_status==5)? + 已转办 + : this.auditStatusList.map(item => { if (item.id == row.audit_status) { return (