From 586a2ecc3a65de996d0a924d7636334317cfd440 Mon Sep 17 00:00:00 2001 From: gjh <1421wake> Date: Wed, 6 Aug 2025 15:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E9=A1=B5=E9=9D=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectAssessment/projectAssessment.data.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts b/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts index 5b1dff5..622254f 100644 --- a/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts +++ b/src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts @@ -142,13 +142,14 @@ export const projectAssessmentColumns: BasicColumn[] = [ format: 'dict|superLeader', resizable: true }, - // { - // title: '系统评分总分', - // dataIndex: 'totalSysscores', - // resizable: true - // }, { - title: '牵头处室评分总分', + title: '自我评分', + width: 80, + dataIndex: 'selfScores', + resizable: true + }, + { + title: '牵头处室评分', dataIndex: 'pscores', resizable: true },