Conflicts:
	src/api/system/area/index.ts
	src/views/system/area/index.vue
This commit is contained in:
YunaiV
2023-03-25 00:46:42 +08:00
3 changed files with 26 additions and 3 deletions

View File

@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
proxyForm = true
options.formConfig = {
enabled: true,
titleWidth: 180,
titleWidth: 110,
titleAlign: 'right',
items: allSchemas.searchSchema
}