|
@@ -15,16 +15,16 @@ Batch.initColumn = function () {
|
|
|
return [
|
|
|
{field: 'selectItem', radio: true},
|
|
|
{title: '申报类别', field: 'type', visible: true, align: 'center', valign: 'middle'},
|
|
|
- {title: '人才类型', field: 'source', visible: true, align: 'center', valign: 'middle',
|
|
|
- formatter: function (value, row, index) {
|
|
|
- if (value == 1) {
|
|
|
- return "晋江市现代产业体系人才";
|
|
|
- }
|
|
|
- if (value == 2) {
|
|
|
- return "晋江市集成电路优秀人才";
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ // {title: '人才类型', field: 'source', visible: true, align: 'center', valign: 'middle',
|
|
|
+ // formatter: function (value, row, index) {
|
|
|
+ // if (value == 1) {
|
|
|
+ // return "晋江市现代产业体系人才";
|
|
|
+ // }
|
|
|
+ // if (value == 2) {
|
|
|
+ // return "晋江市集成电路优秀人才";
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{title: '申报批次', field: 'batch', visible: true, align: 'center', valign: 'middle'},
|
|
|
{title: '申报开始时间', field: 'startTime', visible: true, align: 'center', valign: 'middle'},
|
|
|
{title: '申报截止时间', field: 'endTime', visible: true, align: 'center', valign: 'middle'},
|