|  |  | 
 |  |  |         headers: {token: localStorage.getItem('token')}, | 
 |  |  |         url: baseUrl+'/basCrnp/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 10, | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         cols: [[ | 
 |  |  | 
 |  |  |             // ,{field: 'ctlHp', align: 'center',title: ''} | 
 |  |  |             // ,{field: 'ctlRest', align: 'center',title: ''} | 
 |  |  |             // ,{field: 'empIn', align: 'center',title: ''} | 
 |  |  |             // ,{field: 'tankQty', align: 'center',title: ''} | 
 |  |  |             ,{field: 'tankQty', align: 'center',title: '移库开关',sort: true} | 
 |  |  |             // ,{field: 'tankQty1', align: 'center',title: ''} | 
 |  |  |  | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |