|
|
@ -11,12 +11,12 @@ export const columns: BasicColumn[] = [ |
|
|
|
dataIndex: 'annualCompId_dictText' |
|
|
|
dataIndex: 'annualCompId_dictText' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '项目名称', |
|
|
|
title: '项目/赛道名称', |
|
|
|
align: "center", |
|
|
|
align: "center", |
|
|
|
dataIndex: 'objName' |
|
|
|
dataIndex: 'objName' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '项目层次', |
|
|
|
title: '项目/赛道层次', |
|
|
|
align: "center", |
|
|
|
align: "center", |
|
|
|
dataIndex: 'objLevel_dictText', |
|
|
|
dataIndex: 'objLevel_dictText', |
|
|
|
// customRender: function (objLevel) {
|
|
|
|
// customRender: function (objLevel) {
|
|
|
@ -44,7 +44,7 @@ export const columns: BasicColumn[] = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '年度比赛项目状态', |
|
|
|
title: '年度比赛项目/赛道状态', |
|
|
|
align: "center", |
|
|
|
align: "center", |
|
|
|
dataIndex: 'annualCompState', |
|
|
|
dataIndex: 'annualCompState', |
|
|
|
customRender: function (annualCompState) { |
|
|
|
customRender: function (annualCompState) { |
|
|
|