Kirin 1 rok temu
rodzic
commit
3a681ffef7
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/admin/view/user/cert_type/index.php

+ 2 - 1
app/admin/view/user/cert_type/index.php

@@ -36,7 +36,8 @@
     layList.tableList('List', "{:Url('groupList')}", function () {
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '20%'},
-            {field: 'cert_name', title: '职业名称', width: '60%'},
+            {field: 'cert_name', title: '职业名称', width: '30%'},
+            {field: 'cert_name', title: '职业代号', width: '30%'},
             {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
         ];
     });