|
|
@@ -147,7 +147,7 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
// , { field: 'SendInfo', width: 200, title: '发货状态-发货时间', sort: true }
|
|
|
- , { field: 'Status', width: 200, title: '订单状态', sort: true }
|
|
|
+ , { field: 'StatusName', width: 200, title: '订单状态', sort: true }
|
|
|
, { field: 'OrderNo', width: 200, title: '平台订单号-渠道订单号', sort: true }
|
|
|
, { field: 'ProductName', width: 200, title: '商品名称', sort: true }
|
|
|
, { field: 'ProductKind', width: 200, title: '商品类型', sort: true }
|