|
@@ -3,14 +3,14 @@
|
|
|
title="附件"
|
|
|
v-model="AttachmentModVis"
|
|
|
:confirmLoading="confirmLoading"
|
|
|
- width="40%"
|
|
|
+ width="90%"
|
|
|
:footer="null"
|
|
|
>
|
|
|
<div>
|
|
|
|
|
|
<ul >
|
|
|
<li v-for="(item,index) in attachmentData" :key="index">
|
|
|
- <img :src="item.src" class="logo" v-if="item.status == '1'" style="width: 100px;"/>
|
|
|
+ <img :src="item.src" class="logo" v-if="item.status == '1'" style="width: 100%;"/>
|
|
|
<a v-if="item.status == '0'" style="text-decoration:underline" @click="accessoryDownload(item)">
|
|
|
{{item.name}}
|
|
|
</a>
|