|
|
@@ -94,7 +94,8 @@ layui.config({
|
|
|
, { field: 'OpCode', width: 105, title: '运营中心编号', sort: true }
|
|
|
, { field: 'MakerCode', width: 105, title: '创客编号', sort: true }
|
|
|
, { field: 'MakerName', width: 105, title: '创客姓名', sort: true }
|
|
|
- , { field: 'SeoDescription', width: 100, title: '备注', sort: true }
|
|
|
+ , { field: 'SeoKeyword', width: 100, title: '备注', sort: true }
|
|
|
+ , { field: 'SeoDescription', width: 100, title: '描述', sort: true }
|
|
|
, { field: 'UseAmount', width: 110, title: '交易金额', sort: true }
|
|
|
, { field: 'BeforeAmount', width: 130, title: '交易前总金额', sort: true }
|
|
|
, { field: 'AfterAmount', width: 130, title: '交易后总金额', sort: true }
|