|
|
@@ -161,11 +161,10 @@ layui.config({
|
|
|
, { field: 'TopUserInfo', width: 200, title: '顶级创客信息', sort: true }
|
|
|
, { field: 'Address', width: 200, title: '收货地址', sort: true }
|
|
|
, { field: 'RecieveInfo', width: 200, title: '收件人姓名-联系电话', sort: true }
|
|
|
+ , { field: 'RefundActAmount', width: 200, title: '已退金额', sort: true }
|
|
|
, { field: 'PayMode', width: 200, title: '支付渠道', sort: true }
|
|
|
- // , { field: 'PayStatusName', width: 200, title: '支付状态', sort: true }
|
|
|
, { field: 'DeliveryType', width: 200, title: '提货类型', sort: true }
|
|
|
, { field: 'Remark', width: 200, title: '订单备注', sort: true }
|
|
|
- // , { field: 'RefundStatusName', width: 200, title: '退款状态', sort: true }
|
|
|
, { field: 'ErpInfo', width: 200, title: '快递单号-快递名称', sort: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '下单时间', sort: true }
|
|
|
, { field: 'PayDate', width: 200, title: '支付时间', sort: true }
|