feat: GiForm 组件替换为 Grid 布局(同步 GiDemo 更新)

This commit is contained in:
2024-10-27 22:05:37 +08:00
parent 88864d8c5d
commit 4b902475dd
13 changed files with 52 additions and 68 deletions

View File

@@ -33,7 +33,6 @@ const { app_type } = useDict('app_type')
const options: Options = {
form: {},
col: { xs: 24, sm: 24, md: 24, lg: 24, xl: 24, xxl: 24 },
btns: { hide: true }
}
@@ -78,8 +77,8 @@ const columns: Columns = reactive([
{
label: '应用描述',
field: 'appDesc',
type: 'textarea',
},
type: 'textarea'
}
])
const { form, resetForm } = useForm({