export const tableColums = [ { align: 'center', prop: 'name', label: '设备名称', width: 162 }, { align: 'center', prop: 'deployLocation', label: '设备位置' // width: 182 }, { align: 'center', prop: 'electric_energy', label: '当日用电量(kwh)', width: 162 }, // { // align: 'center', // prop: 'D', // label: '当月用电量', // width: 162 // }, { align: 'center', prop: 'statusName', label: '设备状态', width: 152 }, { align: 'center', prop: 'code', label: '设备编号', width: 152 } ]