Merge pull request 'feat: 在文章管理中集成多图片上传插件' (#921) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/921
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</el-col>
|
||||
<el-col :span="24" style="margin-left: 10px">
|
||||
<el-form-item label="文章内容" prop="articleContent">
|
||||
<Tinymce v-model:value="formData.articleContent" imageUrl="/workflow/process/file/upload" :height="500" v-if="showTinymce" :toolbar="['undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image ']" />
|
||||
<Tinymce v-model:value="formData.articleContent" imageUrl="/workflow/process/file/upload" :height="500" v-if="showTinymce" :toolbar="['undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image axupimgs']" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user