|
@@ -16,16 +16,16 @@ IdentifyCondition.initColumn = function () {
|
|
|
return [
|
|
|
{field: 'selectItem', radio: true},
|
|
|
{title: '人才层次', field: 'talentLevel', visible: true, align: 'center', valign: 'middle'},
|
|
|
- {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle',
|
|
|
- formatter: function (value, row, index) {
|
|
|
- if (value == 1) {
|
|
|
- return "晋江市现代产业体系人才";
|
|
|
- }
|
|
|
- if (value == 2) {
|
|
|
- return "集成电路优秀人才";
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ // {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle',
|
|
|
+ // formatter: function (value, row, index) {
|
|
|
+ // if (value == 1) {
|
|
|
+ // return "晋江市现代产业体系人才";
|
|
|
+ // }
|
|
|
+ // if (value == 2) {
|
|
|
+ // return "集成电路优秀人才";
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{title: '名称', field: 'name', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '有效期', field: 'activeYear', visible: true, align: 'center', valign: 'middle'},
|
|
|
{title: '是否启用', field: 'active', visible: true, align: 'center', valign: 'middle',
|