|
@ -142,13 +142,14 @@ export const projectAssessmentColumns: BasicColumn[] = [ |
|
|
format: 'dict|superLeader', |
|
|
format: 'dict|superLeader', |
|
|
resizable: true |
|
|
resizable: true |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
|
|
|
// title: '系统评分总分',
|
|
|
|
|
|
// dataIndex: 'totalSysscores',
|
|
|
|
|
|
// resizable: true
|
|
|
|
|
|
// },
|
|
|
|
|
|
{ |
|
|
{ |
|
|
title: '牵头处室评分总分', |
|
|
title: '自我评分', |
|
|
|
|
|
width: 80, |
|
|
|
|
|
dataIndex: 'selfScores', |
|
|
|
|
|
resizable: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title: '牵头处室评分', |
|
|
dataIndex: 'pscores', |
|
|
dataIndex: 'pscores', |
|
|
resizable: true |
|
|
resizable: true |
|
|
}, |
|
|
}, |
|
|