Commit b12223bb authored by 赵伟庚's avatar 赵伟庚

fix

parent 602c616d
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
> >
</div> </div>
<div v-if="doc_type"> <div v-if="doc_type">
<h3 class="doc_title">附件: <h3 class="doc_title">附件(点击下载)
<span v-if="fileList && fileList.length !== 0"> <span v-if="fileList && fileList.length !== 0">
<span v-for="(e,idx) in fileList" :key="idx" class="file" :class="'file'+idx"> <span v-for="(e,idx) in fileList" :key="idx" class="file" :class="'file'+idx">
<span @click="download(e)">{{helper.downloadFileFormatNew(e)}}</span> <span @click="download(e)">{{helper.downloadFileFormatNew(e)}}</span>
......
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