Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop

This commit is contained in:
Yjhon 2022-02-18 15:51:47 +08:00
commit 92f23a2838
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>