mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化前段代码
This commit is contained in:
parent
6dbceef6cf
commit
eb8a2194a9
@ -152,7 +152,7 @@
|
||||
<div v-if="invoiceApplyDetailInfo.urls && invoiceApplyDetailInfo.urls.length>0">
|
||||
<div v-for="(item,index) in invoiceApplyDetailInfo.urls">
|
||||
<!-- <image :src="item" style="width: 100%;height: 400px;"></image> -->
|
||||
<a :href="item">下载发票</a>
|
||||
<a target="_blank" :href="item">下载发票</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="padding" v-else>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user