|
@@ -153,14 +153,13 @@ layui.config({
|
|
|
, { field: 'UserIdMobile', width: 200, title: '手机号', sort: true }
|
|
, { field: 'UserIdMobile', width: 200, title: '手机号', sort: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
, { field: 'ChargeAmount', width: 200, title: '扣款金额', sort: true }
|
|
, { field: 'ChargeAmount', width: 200, title: '扣款金额', sort: true }
|
|
|
- , { field: 'ChargeType', width: 200, title: '扣款类型', sort: true }
|
|
|
|
|
|
|
+ , { field: 'ChargeTypeName', width: 200, title: '扣款类型', sort: true }
|
|
|
, { field: 'UpdateDate', width: 200, title: '扣款时间', sort: true }
|
|
, { field: 'UpdateDate', width: 200, title: '扣款时间', sort: true }
|
|
|
, { field: 'StatusName', width: 200, title: '扣款状态', sort: true }
|
|
, { field: 'StatusName', width: 200, title: '扣款状态', sort: true }
|
|
|
, { field: 'Remark', width: 200, title: '机具Sn', sort: true }
|
|
, { field: 'Remark', width: 200, title: '机具Sn', sort: true }
|
|
|
, { field: 'SeoDescription', width: 200, title: '备注', sort: true }
|
|
, { field: 'SeoDescription', width: 200, title: '备注', sort: true }
|
|
|
, { field: 'SeoTitle', width: 200, title: '操作人', sort: true }
|
|
, { field: 'SeoTitle', width: 200, title: '操作人', sort: true }
|
|
|
|
|
|
|
|
- , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
|
|
, { title: '操作', width: 400, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
, { title: '操作', width: 400, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
]]
|
|
|
, where: {
|
|
, where: {
|