|
@@ -94,7 +94,7 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
- , { field: 'Status', width: 200, title: '扣款状态', sort: true }
|
|
|
|
|
|
|
+ , { field: 'StatusName', width: 200, title: '扣款状态', sort: true }
|
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
|
, { field: 'MakerName', width: 200, title: '创客姓名', sort: true }
|
|
, { field: 'MakerName', width: 200, title: '创客姓名', sort: true }
|
|
|
, { field: 'MakerMobile', width: 200, title: '创客手机号', sort: true }
|
|
, { field: 'MakerMobile', width: 200, title: '创客手机号', sort: true }
|