公示公告富文本编辑器

This commit is contained in:
18571350067 2022-02-18 10:04:34 +08:00
parent 342d267007
commit 0ac27502fe
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@
:wrapper-col="{ span: 21 }"
>
<!-- <wang-editor ref="wangEditor" groupName="notice" :value="form.content"></wang-editor> -->
<!-- <a-textarea :autoSize="{ minRows: 3, maxRows: 10 }" v-model="form.content"/> -->
<DbUeditor v-model="form.content" />
<a-textarea :autoSize="{ minRows: 3, maxRows: 10 }" v-model="form.content"/>
<!-- <DbUeditor v-model="form.content" /> -->
</a-form-model-item>
</a-col>
</a-row>