|
@@ -21,8 +21,8 @@ TalentInfo.initColumn = function () {
|
|
|
if (row.isImport == 1) {
|
|
|
return '<span style="color:#ff0000">人才直认</span>';
|
|
|
}
|
|
|
- }},
|
|
|
- {title: '申报年度', field: 'apply_year', visible: true, align: 'center', valign: 'middle', width: '80px'},
|
|
|
+ }, width: '80px'},
|
|
|
+ {title: '申报年度', field: 'apply_year', visible: true, align: 'center', valign: 'middle', width: '60px'},
|
|
|
{title: '姓名', field: 'name', visible: true, align: 'center', valign: 'middle', width: "100px",
|
|
|
formatter: function (value, row, index) {
|
|
|
if (row.sex == 1) {
|