opt: 优化
This commit is contained in:
@@ -18,7 +18,8 @@ export default {
|
||||
'outside_chain': 'Out Chain',
|
||||
'cache': 'Cache',
|
||||
'visible': 'Visible',
|
||||
'create_time': 'Create Time'
|
||||
'create_time': 'Create Time',
|
||||
'SystemParam': 'System Parameters'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Menu Type',
|
||||
|
||||
@@ -18,7 +18,8 @@ export default {
|
||||
'outside_chain': 'Rantai Luar',
|
||||
'cache': 'Cache',
|
||||
'visible': 'Terlihat',
|
||||
'create_time': 'Tarikh Penciptaan'
|
||||
'create_time': 'Tarikh Penciptaan',
|
||||
'SystemParam': 'Parameter Sistem'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Jenis Menu',
|
||||
|
||||
@@ -18,7 +18,8 @@ export default {
|
||||
'outside_chain': '外链',
|
||||
'cache': '缓存',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期'
|
||||
'create_time': '创建日期',
|
||||
'SystemParam': '系统参数'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': '菜单类型',
|
||||
|
||||
@@ -81,7 +81,7 @@ export default {
|
||||
components: { pagination, crudOperation, udOperation },
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({ title: 'menu.SystemParam', url: 'api/param', idField: 'id', sort: 'id,desc', crudMethod: { ...crudParam },
|
||||
return CRUD({ title: 'menu.table_title.SystemParam', url: 'api/param', idField: 'id', sort: 'id,desc', crudMethod: { ...crudParam },
|
||||
optShow: {
|
||||
add: true,
|
||||
edit: true,
|
||||
|
||||
Reference in New Issue
Block a user