|
@@ -17,7 +17,11 @@ TalentInfo.initColumn = function () {
|
|
|
isShow = false;
|
|
|
}
|
|
|
return [
|
|
|
- {field: 'selectItem', radio: true},
|
|
|
+ {field: 'selectItem', radio: true,formatter: function (value, row, index) {
|
|
|
+ if (row.isImport == 1) {
|
|
|
+ return '<span style="color:#ff0000">人才直认</span>';
|
|
|
+ }
|
|
|
+ }},
|
|
|
{title: '申报年度', field: 'apply_year', visible: true, align: 'center', valign: 'middle', width: '80px'},
|
|
|
{title: '姓名', field: 'name', visible: true, align: 'center', valign: 'middle', width: "100px",
|
|
|
formatter: function (value, row, index) {
|
|
@@ -30,16 +34,16 @@ TalentInfo.initColumn = function () {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle', width: "100px",
|
|
|
- formatter: function (value, row, index) {
|
|
|
- if (value == 1) {
|
|
|
- return '晋江市现代产业体系人才';
|
|
|
- }
|
|
|
- if (value == 2) {
|
|
|
- return '集成电路优秀人才';
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ // {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle', width: "100px",
|
|
|
+ // formatter: function (value, row, index) {
|
|
|
+ // if (value == 1) {
|
|
|
+ // return '晋江市现代产业体系人才';
|
|
|
+ // }
|
|
|
+ // if (value == 2) {
|
|
|
+ // return '集成电路优秀人才';
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{title: '人才层次', field: 'talentArrangeName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: "80px", },
|
|
|
{title: '单位标签', field: 'enterpriseTagName', visible: isShow, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: "80px"},
|
|
|
{title: '证件号码', field: 'card_number', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: "120px"},
|