Kirin 1 년 전
부모
커밋
75a1d1ef91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () {
     layList.tableList('List', "{:Url('groupList')}", function () {
         return [
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '20%'},
             {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%'},
             {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
         ];
         ];
     });
     });