|
|
@@ -106,7 +106,7 @@
|
|
|
<view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0" @click.stop="settleAccounts(ghsInfo)">
|
|
|
<view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
|
|
|
<text class="waite_clear_order">
|
|
|
- 待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看明细 ></text>
|
|
|
+ 待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看订单 ></text>
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|