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[] = [ {