|
@@ -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%'},
|
|
|
];
|
|
|
});
|