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