feat(article-management): 增加文章附件上传功能

- 在文章管理页面添加公告附件列表
- 实现附件上传和展示功能- 优化 Tinymce 组件,支持附件上传事件
This commit is contained in:
dj
2025-04-11 18:21:43 +08:00
parent ad6d7af1a3
commit 5cf2e4d208
3 changed files with 29 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
<el-row gutter="20">
<el-col :span="24">
<el-form-item>
<div class="article-a" v-html="formData.articleContent" @click="clickHandle"></div>
<!-- <div class="article-a" v-html="formData.articleContent" @click="clickHandle"></div>-->
</el-form-item>
</el-col>
</el-row>
@@ -43,7 +43,7 @@ const clickHandle = (e) => {
fileName
}
// handleDownload(fileId,fileName)
download(item)
// download(item)
// }else {
// e.preventDefault()
// }