|
@@ -100,7 +100,7 @@ export default {
|
|
|
detailsData: null, // 网点数据
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
|
- { title: '设备编号', dataIndex: 'deviceNo', width: 200, align: 'center' },
|
|
|
+ { title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
|
{ title: '设备状态', scopedSlots: { customRender: 'onlineFlag' }, width: 200, align: 'center' },
|
|
|
{ title: '投放情况', scopedSlots: { customRender: 'situation' }, width: 200, align: 'center' },
|
|
|
{ title: '工作状态', scopedSlots: { customRender: 'state' }, width: 200, align: 'center' },
|