fix: 搭建代码生成页面

This commit is contained in:
2025-05-13 10:42:57 +08:00
parent eb893e44a3
commit 14d70d05a8
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# 应用标题
VITE_APP_TITLE=Vben Admin Antd
VITE_APP_TITLE=Nl Admin
# 应用命名空间用于缓存、store等功能的前缀确保隔离
VITE_APP_NAMESPACE=vben-web-antd

View File

@@ -187,15 +187,15 @@ export const gridOptions: VxeGridProps<RowType> = {
toolbarConfig: {
// 是否显示搜索表单控制按钮
// @ts-ignore 正式环境时有完整的类型声明
search: true,
refresh: true, // 刷新
search: false,
refresh: false, // 刷新
print: false, // 打印
export: false, // 导出
// custom: true, // 自定义列
zoom: true, // 最大化最小化
slots: {
buttons: 'toolbar-buttons',
},
zoom: false, // 最大化最小化
// slots: {
// buttons: 'toolbar-buttons',
// },
custom: {
// 自定义列-图标
icon: 'vxe-icon-menu',