|
|
@@ -17,7 +17,7 @@
|
|
|
<t-td align="center" color="info"><view >{{ item.onlinePay == 2 ? '线上' : '线下'}}<view>{{ item.payWay==0?'微信':item.payWay == 1 ?'支付宝':''}}</view></view></t-td>
|
|
|
<t-td align="center" color="info"><view >{{ item.staffName }}</view></t-td>
|
|
|
<t-td align="center" color="info"><view >{{ item.payStatus == 1 ? '已付款' : '待付款' }}</view></t-td>
|
|
|
- <t-td align="center" color="info"><view >{{ item.amount }}</view></t-td>
|
|
|
+ <t-td align="center" color="info"><view >{{ item.amount }}{{item.rechargeType==1?'返':''}}</view></t-td>
|
|
|
<t-td align="center" color="info"><view >{{ item.payStatus == 1 ? parseFloat(item.balance):'' }}</view></t-td>
|
|
|
<t-td align="center" color="info"><view >{{ item.remark }}</view></t-td>
|
|
|
</t-tr>
|