|
|
@@ -147,13 +147,14 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
,{field:'StatusName', width: 200, title:'状态', sort: true}
|
|
|
+ ,{field:'TotalPrice', width: 200, title:'总金额', sort: true}
|
|
|
+ ,{field:'RefundActAmount', width: 200, title:'退款金额', sort: true}
|
|
|
,{field:'OrderNo', width: 200, title:'平台订单号-渠道订单号', sort: true}
|
|
|
,{field:'RefundReason', width: 200, title:'退款原因', sort: true}
|
|
|
,{field:'ProductName', width: 200, title:'商品名称', sort: true}
|
|
|
,{field:'UserInfo', width: 200, title:'创客信息', sort: true}
|
|
|
,{field:'PayMode', width: 200, title:'退款渠道', sort: true}
|
|
|
- ,{field:'RefundActAmount', width: 200, title:'退款金额', sort: true}
|
|
|
- ,{field:'UpdateDate', width: 200, title:'操作时间', sort: true}
|
|
|
+ ,{field:'ReturnDate', width: 200, title:'操作时间', sort: true}
|
|
|
,{field:'UpdateMan', width: 200, title:'操作人', sort: true}
|
|
|
|
|
|
// , { title: '操作', align: 'center', width: 300, fixed: 'right', toolbar: '#table-list-tools' }
|