新增富文本组件支持

This commit is contained in:
RuoYi
2023-03-06 14:19:40 +08:00
parent 612164abde
commit ee2205d4f1
4 changed files with 168 additions and 8 deletions

View File

@@ -143,12 +143,7 @@
</el-col>
<el-col :span="24">
<el-form-item label="内容">
<el-input
:rows="6"
type="textarea"
placeholder="请输入内容"
v-model="form.noticeContent"
/>
<editor v-model="form.noticeContent" :min-height="192"/>
</el-form-item>
</el-col>
</el-row>