shish il y a 2 ans
Parent
commit
b0a4e5b42a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ghsApp/src/admin/custom/rechargeChange.vue

+ 1 - 1
ghsApp/src/admin/custom/rechargeChange.vue

@@ -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>