Browse Source

绩效考核增删改查

master
wbc 1 week ago
parent
commit
ec18395963
  1. 26
      src/views/performanceIndicator/projectAssessment/projectAssessment.data.ts
  2. 10
      src/views/performanceIndicator/templateContent/templateContent.data.ts

26
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: '系统评分总分', // title: '系统评分总分',
dataIndex: 'totalSysscores', // dataIndex: 'totalSysscores',
resizable: true // resizable: true
}, // },
{ {
title: '管理人员评分总分', title: '牵头处室评分总分',
dataIndex: 'totalPscores', dataIndex: 'pscores',
resizable: true
},
{
title: '总得分',
dataIndex: 'totalScores',
resizable: true resizable: true
}, },
// {
// title: '总得分',
// dataIndex: 'totalScores',
// resizable: true
// },
]; ];
export const projectInfoHistoryDetailColumns: BasicColumn[] = [ export const projectInfoHistoryDetailColumns: BasicColumn[] = [
{ {

10
src/views/performanceIndicator/templateContent/templateContent.data.ts

@ -216,11 +216,11 @@ export const performancescoreColumns: BasicColumn[] = [
]; ];
export const PerformanColumns: BasicColumn[] = [ export const PerformanColumns: BasicColumn[] = [
{ // {
title: 'id', // title: 'id',
width: 80, // width: 80,
dataIndex: 'id', // dataIndex: 'id',
}, // },
{ {
title: '考核名称', title: '考核名称',
width: 150, width: 150,

Loading…
Cancel
Save