后台审批----附件下载
This commit is contained in:
parent
2ff89ea6e4
commit
619fc10627
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue