fix: 邮件模板-测试 模板内容 readonly

pull/16/head
xingyu 2023-05-18 18:58:05 +08:00
parent cebce65430
commit 322d5ad8f9
1 changed files with 6 additions and 1 deletions

View File

@ -169,7 +169,12 @@ export const baseSendSchemas: FormSchema[] = [
component: 'Editor',
label: '模板内容 ',
required: false,
defaultValue: ''
defaultValue: '',
componentProps: {
options: {
readonly: true
}
}
},
{
field: 'mail',