Prechádzať zdrojové kódy

修改人才直认提示

sandm 2 rokov pred
rodič
commit
f3c197fc52

+ 2 - 2
public/static/modular/gate/talentInfo/new_talentInfo.js

@@ -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) {