|
|
@@ -92,15 +92,14 @@ layui.config({
|
|
|
, cols: [[
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
+ , { field: 'Sort', width: 200, title: '品牌', sort: true }
|
|
|
, { field: 'UserIdMakerCode', width: 200, title: '设置人创客编号', sort: true }
|
|
|
, { field: 'UserIdRealName', width: 200, title: '设置人真实姓名', sort: true }
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
- , { field: 'MerNo', width: 200, title: '商户编号', sort: true }
|
|
|
, { field: 'SnNo', width: 200, title: '机具SN', sort: true }
|
|
|
, { field: 'DepositAmount', width: 200, title: '押金金额', sort: true }
|
|
|
-
|
|
|
- , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
- , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
+ // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
+ // , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|
|
|
|