Kirin há 1 ano atrás
pai
commit
75a1d1ef91
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/admin/view/user/cert_type/index.php

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

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