mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化前段代码
This commit is contained in:
parent
2d574d69a3
commit
6dbceef6cf
@ -151,7 +151,8 @@
|
||||
<div v-if="invoiceApplyDetailInfo._currentTab == 'invoiceApplyDetailJpg'">
|
||||
<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>
|
||||
<!-- <image :src="item" style="width: 100%;height: 400px;"></image> -->
|
||||
<a :href="item">下载发票</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="padding" v-else>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user