Kirin 1 year ago
parent
commit
3d2aa697e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/user/cert_type/index.php

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

@@ -37,7 +37,7 @@
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '20%'},
             {field: 'cert_name', title: '职业名称', width: '30%'},
-            {field: 'cert_name', title: '职业代号', width: '30%'},
+            {field: 'cert_code', title: '职业代号', width: '30%'},
             {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '20%'},
         ];
     });