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