|
@@ -14,16 +14,16 @@ var IntegralItemMgr = {
|
|
|
IntegralItemMgr.initColumn = function () {
|
|
|
return [
|
|
|
{field: 'selectItem', radio: true},
|
|
|
- {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: 'projectName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '项目类别', field: 'projectType', visible: true, align: 'center', valign: 'middle',
|