feat: 全局组件添加RichTextarea

This commit is contained in:
dap
2024-09-25 17:22:22 +08:00
parent 15851b063a
commit 8e39e7e70d
3 changed files with 10 additions and 7 deletions

View File

@@ -81,7 +81,10 @@ export const modalSchema: FormSchemaGetter = () => [
rules: 'required',
},
{
component: 'Input',
component: 'RichTextarea',
componentProps: {
width: '100%',
},
fieldName: 'noticeContent',
formItemClass: 'col-span-2',
label: '公告内容',