|
@@ -17,7 +17,7 @@ Enterprise.initColumn = function(){
|
|
|
{title: '账号', field: 'username',visible: true, align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '机构名称', field: 'name',visible: true, align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '社会信用代码', field: 'idCard',visible: true, align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
- {title: '行业领域', field: 'industryFieldName',visible: isShow, align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
+ {title: '产业领域', field: 'industryFieldNewName',visible: isShow, align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '机构类型', field: 'type', align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip',
|
|
|
formatter : function(value,row,index){
|
|
|
if(value==1){
|
|
@@ -28,7 +28,7 @@ Enterprise.initColumn = function(){
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {title: '企业标签', field: 'talentTypeName', visible: isShow,align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
+ {title: '单位标签', field: 'enterpriseTagName', visible: isShow,align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '法人代表', field: 'legal', align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '单位电话', field: 'ephone', align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|
|
|
{title: '经办人', field: 'agentName', align: 'center', width:120, valign: 'middle', 'class': 'uitd_showTip'},
|