From c3112c90d21efb12e42e0d107954ca0a4351b9de Mon Sep 17 00:00:00 2001 From: gjh <1421wake> Date: Fri, 1 Aug 2025 13:35:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=80=83=E6=A0=B8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B1=8F=E8=94=BDid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templateContent/templateContent.data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/performanceIndicator/templateContent/templateContent.data.ts b/src/views/performanceIndicator/templateContent/templateContent.data.ts index 5123c53..cddd248 100644 --- a/src/views/performanceIndicator/templateContent/templateContent.data.ts +++ b/src/views/performanceIndicator/templateContent/templateContent.data.ts @@ -216,11 +216,11 @@ export const performancescoreColumns: BasicColumn[] = [ ]; export const PerformanColumns: BasicColumn[] = [ - { - title: 'id', - width: 80, - dataIndex: 'id', - }, + // { + // title: 'id', + // width: 80, + // dataIndex: 'id', + // }, { title: '考核名称', width: 150, From d98a356d98122c9a13bf1b745f0dba268660cd72 Mon Sep 17 00:00:00 2001 From: gjh <1421wake> Date: Tue, 5 Aug 2025 11:22:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=80=83=E6=A0=B8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectAssessment.data.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts b/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts index 3c20545..5b1dff5 100644 --- a/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts +++ b/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts @@ -142,21 +142,21 @@ export const projectAssessmentColumns: BasicColumn[] = [ format: 'dict|superLeader', resizable: true }, - { - title: '系统评分总分', - dataIndex: 'totalSysscores', - resizable: true - }, - { - title: '管理人员评分总分', - dataIndex: 'totalPscores', - resizable: true - }, - { - title: '总得分', - dataIndex: 'totalScores', + // { + // title: '系统评分总分', + // dataIndex: 'totalSysscores', + // resizable: true + // }, + { + title: '牵头处室评分总分', + dataIndex: 'pscores', resizable: true }, + // { + // title: '总得分', + // dataIndex: 'totalScores', + // resizable: true + // }, ]; export const projectInfoHistoryDetailColumns: BasicColumn[] = [ {