|
@@ -121,7 +121,7 @@
|
|
|
<a-form-model-item style="margin-bottom:10px" label="附件" :label-col="{span:2}" :wrapper-col="{span:22}">
|
|
|
<div style="line-height:26px;">
|
|
|
<div v-for="item in form.attachmentList" :key="item.id">
|
|
|
- <a :href="item.filePath">{{ item.fileName }}</a>
|
|
|
+ <a :href="item.filePath" download>{{ item.fileName }}</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-form-model-item>
|