|
|
@@ -91,7 +91,7 @@ layui.config({
|
|
|
, url: '/Admin/AmountRecordOperate/IndexData' //模拟接口
|
|
|
, cols: [[
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
- , { field: 'OpCode', width: 105, title: '运营中心编号', sort: true }
|
|
|
+ , { field: 'OpCode', width: 150, title: '运营中心编号', sort: true }
|
|
|
, { field: 'MakerCode', width: 105, title: '创客编号', sort: true }
|
|
|
, { field: 'MakerName', width: 105, title: '创客姓名', sort: true }
|
|
|
, { field: 'SeoKeyword', width: 100, title: '备注', sort: true }
|
|
|
@@ -99,8 +99,8 @@ layui.config({
|
|
|
, { field: 'UseAmount', width: 110, title: '交易金额', sort: true }
|
|
|
, { field: 'BeforeAmount', width: 130, title: '交易前总金额', sort: true }
|
|
|
, { field: 'AfterAmount', width: 130, title: '交易后总金额', sort: true }
|
|
|
- , { field: 'CreateDate', width: 110, title: '交易时间', sort: true }
|
|
|
- , { field: 'SourceInfo', width: 110, title: '来源创客信息', sort: true }
|
|
|
+ , { field: 'CreateDate', width: 180, title: '交易时间', sort: true }
|
|
|
+ , { field: 'SourceInfo', width: 150, title: '来源创客信息', sort: true }
|
|
|
]]
|
|
|
, where: {
|
|
|
}
|