|
@@ -114,9 +114,9 @@
|
|
|
,page: true //开启分页
|
|
|
,cols: [[ //表头
|
|
|
{field:'num', title: '序号',width:'5%', type:'numbers', fixed: true, align: 'center'}
|
|
|
- ,{field: 'detailsId', title: '编号', width:'10%', sort: true, fixed: 'left'}
|
|
|
+ ,{field: 'id', title: '编号', width:'10%', sort: true, fixed: 'left'}
|
|
|
,{field: 'productName', title: '产品信息', width:'12%'}
|
|
|
- ,{field: 'proEquRelId', title: '货道编号', width:'8%'}
|
|
|
+ ,{field: 'equipmentId', title: '机器编号', width:'8%'}
|
|
|
,{field: 'equipmentName', title: '机器名称', width:'8%'}
|
|
|
//,{field: 'equrelId', title: '货道编号', width:'8%'}
|
|
|
,{field: 'personId', title: '玩家ID', width:'8%'}
|