mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 08:57:16 +08:00
fix: 修复代码生成器前端新增数据模板错误
This commit is contained in:
@@ -45,7 +45,7 @@ const options: Options = {
|
||||
btns: { hide: true }
|
||||
}
|
||||
|
||||
const columns: Columns = [
|
||||
const columns: Columns = reactive([
|
||||
<#list fieldConfigs as fieldConfig>
|
||||
<#if fieldConfig.showInForm>
|
||||
{
|
||||
@@ -84,7 +84,7 @@ const columns: Columns = [
|
||||
},
|
||||
</#if>
|
||||
</#list>
|
||||
]
|
||||
])
|
||||
|
||||
const { form, resetForm } = useForm({
|
||||
// todo 待补充
|
||||
|
Reference in New Issue
Block a user