From bb326742347b18e32f1559337192e35872305bd3 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Thu, 19 Sep 2024 17:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../planSummary/planSummary.data.ts | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/src/views/projectSummary/planSummary/planSummary.data.ts b/src/views/projectSummary/planSummary/planSummary.data.ts index 6851dfa..68986dc 100644 --- a/src/views/projectSummary/planSummary/planSummary.data.ts +++ b/src/views/projectSummary/planSummary/planSummary.data.ts @@ -411,32 +411,10 @@ export const detailColumn: BasicColumn[] = [ { title: "当前审批节点", dataIndex: "isUpload", - customRender: ({ record }) => { - if (record.isUpload == 1) { - return "是" - } else { - return "否" - } - }, - filters: [ - { text: '是', value: '1' }, - { text: '否', value: '0' }, - ], }, { title: "线下阶段完成情况", dataIndex: "isOffline", - customRender: ({ record }) => { - if (record.isOffline == 1) { - return "是" - } else { - return "否" - } - }, - filters: [ - { text: '是', value: '1' }, - { text: '否', value: '0' }, - ], }, { title: "项目总进度",