mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +08:00
feat: GiForm 组件替换为 Grid 布局(同步 GiDemo 更新)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user