|
@@ -79,8 +79,11 @@ layui.config({
|
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
|
, { field: 'RealName', width: 200, title: '创客姓名', sort: true }
|
|
, { field: 'RealName', width: 200, title: '创客姓名', sort: true }
|
|
|
, { field: 'CashOrderNo', width: 200, title: '提现单号', sort: true }
|
|
, { field: 'CashOrderNo', width: 200, title: '提现单号', sort: true }
|
|
|
|
|
+ , { field: 'TradeAmount', width: 200, title: '提现金额', sort: true }
|
|
|
|
|
+ , { field: 'CreateDate', width: 200, title: '提现时间', sort: true }
|
|
|
, { field: 'SeoKeyword', width: 200, title: '备注', sort: true }
|
|
, { field: 'SeoKeyword', width: 200, title: '备注', sort: true }
|
|
|
- , { title: '操作', align: 'center', width: 300, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
|
|
|
|
+ , { field: 'CreateMan', width: 200, title: '操作人', sort: true }
|
|
|
|
|
+ // , { title: '操作', align: 'center', width: 300, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]],
|
|
]],
|
|
|
where: {
|
|
where: {
|
|
|
|
|
|