Commit e0bf4d38 authored by 赵啸非's avatar 赵啸非

添加附件显示

parent 0e9b7ff5
......@@ -25,6 +25,11 @@
<el-divider style="width: 100%"></el-divider>
<div class="ql-editor" style="" v-html="form.noticeContent"></div>
<el-divider style="width: 100%"></el-divider>
<el-link type="primary" :href="form.filePath" >{{form.fileName}}</el-link>
</el-card>
</el-col>
</el-row>
......
......@@ -34,6 +34,10 @@
<el-divider style="width: 100%"></el-divider>
<div class="ql-editor" v-html="form.studyContent"></div>
<el-divider style="width: 100%"></el-divider>
<el-link type="primary" :href="form.filePath" >{{form.fileName}}</el-link>
</el-card>
</el-col>
</el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment