From 4674caa01a0c080ab37cf9e5dd29344de4ae2463 Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 11 Sep 2023 13:35:00 +0800 Subject: [PATCH] fix: vben codegen --- .../codegen/vue3_vben/views/index.vue.vm | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben/views/index.vue.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben/views/index.vue.vm index 0dfb45847..07f3285c1 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben/views/index.vue.vm +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben/views/index.vue.vm @@ -17,16 +17,16 @@ const [registerModal, { openModal }] = useModal() const [registerTable, { getForm, reload }] = useTable({ title: '${table.classComment}列表', api: get${ simpleClassName }Page, - columns, - formConfig: { labelWidth: 120, schemas: searchFormSchema }, -useSearchForm: true, - showTableSetting: true, - actionColumn: { - width: 140, - title: t('common.action'), - dataIndex: 'action', - fixed: 'right', -}, + columns, + formConfig: { labelWidth: 120, schemas: searchFormSchema }, + useSearchForm: true, + showTableSetting: true, + actionColumn: { + width: 140, + title: t('common.action'), + dataIndex: 'action', + fixed: 'right', + }, }) function handleCreate() {