|
|
@@ -14,7 +14,7 @@
|
|
|
<view v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
|
|
|
<t-tr>
|
|
|
<t-td align="center" color="info"><view >{{ item.addTime.substr(5,11) }}</view></t-td>
|
|
|
- <t-td align="center" color="info"><view >{{ item.onlinePay == 2 ? '线上' : '线下'}}</view></t-td>
|
|
|
+ <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>
|