Commit ae05521f76e3b2c8643809e811ff32702d7dd11d
Merge branch 'perf/configuration-create-desc' into 'main_dev'
perf: 优化新增组态模版引用使用描述 See merge request yunteng/thingskit-front!1251
Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -151,6 +151,8 @@ export const formSchema: FormSchema[] = [ |
151 | 151 | label: '启用模板', |
152 | 152 | component: 'Switch', |
153 | 153 | defaultValue: 0, |
154 | + helpMessage: | |
155 | + '使用模板后,该组态自动拥有了模板的预设组件及配置。同时组态可以自由添加新的组件及配置。如模板有更新该组态不会同步更新。', | |
154 | 156 | componentProps: ({ formActionType }) => { |
155 | 157 | const { setFieldsValue } = formActionType; |
156 | 158 | ... | ... |