|
|
@@ -122,7 +122,7 @@
|
|
|
<view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount) > 0">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
<text class="waite_clear_order">待结订单 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }}</text>
|
|
|
- <text class="clear-action" v-if="ghsInfo.remainDebtAmount > 0">选订单结算 ></text>
|
|
|
+ <text class="clear-action" v-if="ghsInfo.remainDebtAmount > 0">查看明细</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -140,7 +140,7 @@
|
|
|
class="settle-option"
|
|
|
@click.stop="settleAccounts(ghsInfo)"
|
|
|
>
|
|
|
- <text class="settle-option__title">选订单结算</text>
|
|
|
+ <text class="settle-option__title">订单明细</text>
|
|
|
</view>
|
|
|
<view class="settle-option" @click.stop="recharge(ghsInfo)">
|
|
|
<text class="settle-option__title">填金额结算</text>
|
|
|
@@ -155,7 +155,7 @@
|
|
|
<text class="waite_clear_order waite_clear_order--blue">
|
|
|
余额 ¥{{ parseFloat(ghsInfo.balance) }}
|
|
|
</text>
|
|
|
- <text class="clear-action clear-action--blue">充值 ></text>
|
|
|
+ <text class="clear-action clear-action--blue">去充值</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|