Commit d55899e9 authored by 吴冠's avatar 吴冠

Y

parent f521c0cd
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="sty" v-for="item in fileList" :key="item.id"> <div class="sty" v-for="item in fileList" :key="item.id">
<span>附件下载:</span> <span>附件下载:</span>
<span>{{item.fileName}}</span> <span>{{item.fileName}}</span>
<a :href="item.accessoryUrl"> <a :href="item.fileUrl">
<el-button size="mini">下载</el-button> <el-button size="mini">下载</el-button>
</a> </a>
</div> </div>
......
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