refactor: 代码生成配置页面重构 去除步骤条

This commit is contained in:
dap
2025-01-19 21:11:26 +08:00
parent 233817c2ed
commit ac9e76ae93
8 changed files with 132 additions and 149 deletions

View File

@@ -59,6 +59,7 @@ const gridOptions: VxeGridProps = {
{
title: '表描述',
field: 'tableComment',
align: 'left',
},
{
title: '创建时间',
@@ -88,9 +89,7 @@ const gridOptions: VxeGridProps = {
keyField: 'tableId',
},
toolbarConfig: {
refresh: false,
zoom: false,
custom: false,
enabled: false,
},
};