Browse Source

考核页面屏蔽字段

master
gjh 3 weeks ago
parent
commit
d98a356d98
  1. 24
      src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts

24
src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts

@ -142,21 +142,21 @@ export const projectAssessmentColumns: BasicColumn[] = [
format: 'dict|superLeader', format: 'dict|superLeader',
resizable: true resizable: true
}, },
// {
// title: '系统评分总分',
// dataIndex: 'totalSysscores',
// resizable: true
// },
{ {
title: '系统评分总分', title: '牵头处室评分总分',
dataIndex: 'totalSysscores', dataIndex: 'pscores',
resizable: true
},
{
title: '管理人员评分总分',
dataIndex: 'totalPscores',
resizable: true
},
{
title: '总得分',
dataIndex: 'totalScores',
resizable: true resizable: true
}, },
// {
// title: '总得分',
// dataIndex: 'totalScores',
// resizable: true
// },
]; ];
export const projectInfoHistoryDetailColumns: BasicColumn[] = [ export const projectInfoHistoryDetailColumns: BasicColumn[] = [
{ {

Loading…
Cancel
Save