feat:统一两端 data.ts 关联数据的加载逻辑(写法)

This commit is contained in:
YunaiV
2025-10-18 17:14:28 +08:00
parent 2288748ca8
commit 769510c4f6
12 changed files with 29 additions and 60 deletions

View File

@@ -74,6 +74,7 @@ export function useFormSchema(): VbenFormSchema[] {
component: 'Textarea',
componentProps: {
placeholder: '请输入模板内容',
rows: 4,
},
rules: 'required',
},