|
@@ -21,7 +21,7 @@ TalentInfo.initColumn = function () {
|
|
|
;
|
|
|
return [
|
|
|
{field: 'selectItem', checkbox: true},
|
|
|
- {title: '申报年度', field: 'year', visible: true, align: 'center', valign: 'middle', width: '80px'},
|
|
|
+ {title: '申报年度', field: 'apply_year', visible: true, align: 'center', valign: 'middle', width: '80px'},
|
|
|
{title: '离职状态', field: 'active', visible: true, align: 'center', valign: 'middle', width: '80px',
|
|
|
formatter: function (value, row, index) {
|
|
|
if (value == 1) {
|
|
@@ -32,7 +32,7 @@ TalentInfo.initColumn = function () {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {title: '企业名称', field: 'enterpriseName', visible: true, align: 'center', valign: 'middle', width: '150px'},
|
|
|
+ {title: '企业名称', field: 'enterprise_name', visible: true, align: 'center', valign: 'middle', width: '150px'},
|
|
|
{title: '姓名', field: 'name', visible: true, align: 'center', valign: 'middle', width: '120px',
|
|
|
formatter: function (value, row, index) {
|
|
|
if (row.sex == 1) {
|
|
@@ -777,7 +777,7 @@ TalentInfo.callBack = function (data) {
|
|
|
|
|
|
$(function () {
|
|
|
var defaultColunms = TalentInfo.initColumn();
|
|
|
- var table = new BSTable(TalentInfo.id, "/talentInfo/list/4", defaultColunms);
|
|
|
+ var table = new BSTable(TalentInfo.id, "/admin/talent/base_verify_list/process/5", defaultColunms);
|
|
|
table.setPaginationType("server");
|
|
|
table.setSingleSelect(false);
|
|
|
table.setOnDblClickRow(function () {
|