|
@@ -14,19 +14,19 @@ var UnCommonFiletype = {
|
|
UnCommonFiletype.initColumn = function () {
|
|
UnCommonFiletype.initColumn = function () {
|
|
return [
|
|
return [
|
|
{field: 'selectItem', radio: true},
|
|
{field: 'selectItem', radio: true},
|
|
- {title: '优秀人才类别', field: 'type', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: 100,
|
|
|
|
- formatter: function (value, row, index) {
|
|
|
|
- if (value == null || value == '') {
|
|
|
|
- return "";
|
|
|
|
- } else if (value == 1) {
|
|
|
|
- return "晋江市现代产业体系人才";
|
|
|
|
- } else if (value == 2) {
|
|
|
|
- return "集成电路优秀人才";
|
|
|
|
- } else {
|
|
|
|
- return "";
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {title: '优秀人才类别', field: 'type', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: 100,
|
|
|
|
+ // formatter: function (value, row, index) {
|
|
|
|
+ // if (value == null || value == '') {
|
|
|
|
+ // return "";
|
|
|
|
+ // } else if (value == 1) {
|
|
|
|
+ // return "晋江市现代产业体系人才";
|
|
|
|
+ // } else if (value == 2) {
|
|
|
|
+ // return "集成电路优秀人才";
|
|
|
|
+ // } else {
|
|
|
|
+ // return "";
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
{title: '申报项目', field: 'projectName', visible: true, align: 'center', valign: 'middle', width: 100},
|
|
{title: '申报项目', field: 'projectName', visible: true, align: 'center', valign: 'middle', width: 100},
|
|
{title: '附件名称', field: 'name', visible: true, align: 'center', valign: 'middle', width: 200, 'class': 'uitd_showTip'},
|
|
{title: '附件名称', field: 'name', visible: true, align: 'center', valign: 'middle', width: 200, 'class': 'uitd_showTip'},
|
|
{title: '附件类型api', field: 'api', visible: true, align: 'center', valign: 'middle', width: 100, 'class': 'uitd_showTip'},
|
|
{title: '附件类型api', field: 'api', visible: true, align: 'center', valign: 'middle', width: 100, 'class': 'uitd_showTip'},
|