|
|
@@ -99,6 +99,7 @@ layui.config({
|
|
|
, { field: 'SeoKeyword', width: 200, title: '订单编号', sort: true }
|
|
|
, { field: 'dPosCoupons', width: 200, title: '电签兑换券', sort: true }
|
|
|
, { field: 'bPosCoupons', width: 200, title: '大POS兑换券', sort: true }
|
|
|
+ , { field: 'LeaderBalanceAmount', width: 200, title: '可提现余额', sort: true }
|
|
|
, { field: 'ChangeAmt', width: 200, title: '使用额度', sort: true }
|
|
|
, { field: 'BeforeAmt', width: 200, title: '使用前剩余额度', sort: true }
|
|
|
, { field: 'AfterAmt', width: 200, title: '使用后剩余额度', sort: true }
|