mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
fix: vben codegen
This commit is contained in:
parent
092e48b9d5
commit
4674caa01a
@ -17,16 +17,16 @@ const [registerModal, { openModal }] = useModal()
|
|||||||
const [registerTable, { getForm, reload }] = useTable({
|
const [registerTable, { getForm, reload }] = useTable({
|
||||||
title: '${table.classComment}列表',
|
title: '${table.classComment}列表',
|
||||||
api: get${ simpleClassName }Page,
|
api: get${ simpleClassName }Page,
|
||||||
columns,
|
columns,
|
||||||
formConfig: { labelWidth: 120, schemas: searchFormSchema },
|
formConfig: { labelWidth: 120, schemas: searchFormSchema },
|
||||||
useSearchForm: true,
|
useSearchForm: true,
|
||||||
showTableSetting: true,
|
showTableSetting: true,
|
||||||
actionColumn: {
|
actionColumn: {
|
||||||
width: 140,
|
width: 140,
|
||||||
title: t('common.action'),
|
title: t('common.action'),
|
||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
function handleCreate() {
|
function handleCreate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user