|
@@ -75,7 +75,9 @@ layui.config({
|
|
|
,{field:'PosSnType', width: 200, title:'机具类型', sort: true}
|
|
,{field:'PosSnType', width: 200, title:'机具类型', sort: true}
|
|
|
,{field:'DeviceType', width: 200, title:'设备类型', sort: true}
|
|
,{field:'DeviceType', width: 200, title:'设备类型', sort: true}
|
|
|
,{field:'BindingState', width: 200, title:'绑定状态', sort: true}
|
|
,{field:'BindingState', width: 200, title:'绑定状态', sort: true}
|
|
|
|
|
+ ,{field:'BindingTime', width: 200, title:'绑定时间', sort: true}
|
|
|
, { field: 'ActivationState', width: 200, title: '激活状态', sort: true }
|
|
, { field: 'ActivationState', width: 200, title: '激活状态', sort: true }
|
|
|
|
|
+ , { field: 'ActivationTime', width: 200, title: '激活时间', sort: true }
|
|
|
, { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
, { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
]]
|
|
|
, where: {
|
|
, where: {
|