后台审批----附件下载

This commit is contained in:
gaoyuanwei 2022-09-01 14:28:09 +08:00
parent 2ff89ea6e4
commit 619fc10627
1 changed files with 10 additions and 1 deletions

View File

@ -38,6 +38,15 @@
@click="videoAndImg(itemsonson.note1)" @click="videoAndImg(itemsonson.note1)"
> >
浏览 浏览
</div>
<div
class="videoAndImgCss"
v-if="
itemsonson.name === '上传附件'
"
@click="videoAndImg(itemsonson.note1)"
>
下载
</div> </div>
<div <div
v-else-if="itemsonson.type === ' multipleAdditions'" v-else-if="itemsonson.type === ' multipleAdditions'"
@ -510,7 +519,7 @@ export default {
color: #333333; color: #333333;
font-size: 22px; font-size: 22px;
margin-bottom: 20px; margin-bottom: 20px;
background: url('~@/assets/img/sj-jx.png') no-repeat; background: url("~@/assets/img/sj-jx.png") no-repeat;
background-position-x: 15px; background-position-x: 15px;
} }
.multipleAdditionsClass { .multipleAdditionsClass {