|
|
@@ -95,7 +95,10 @@
|
|
|
v-if="hasSupplierPending(item) && isNormalList">
|
|
|
<view class="pending-order-content">
|
|
|
<image class="pending-icon" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps2pvfa1l5i34w5vqj2k7b3kejml3i3nmrba1421bf-caa2-491b-8773-af413df7e96d.png" />
|
|
|
- <text class="pending-text">待结订单 {{item.debtNum || 0}} 笔 ¥{{supplierPendingAmount(item)}} 查看明细 ></text>
|
|
|
+ <text class="pending-text">
|
|
|
+ 待结订单 {{item.debtNum || 0}} 笔 ¥{{supplierPendingAmount(item)}}
|
|
|
+ <text style="margin-left:20upx;">查看明细 ></text>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|