|
@@ -113,9 +113,7 @@ tableModel: [] as encodercontrolsDto,
|
|
|
{ prop: 'oilCompanyName', label: '石油公司' },
|
|
|
{ prop: 'stationName', label: '加油站名称' },
|
|
|
{ prop: 'serialNumber', label: '编码器编号' },
|
|
|
-{ prop: 'bindingDispenserManufacturer', label: '绑定加油机厂商' },
|
|
|
-{ prop: 'componentManufacturer', label: '部件出厂加油机厂商' },
|
|
|
-{ prop: 'safetyDeviceManufacturer', label: '安全装置厂家' },
|
|
|
+{ prop: 'bindingDispenserManufacturer', label: '加油机厂商' },
|
|
|
{ prop: 'dispenserNumber', label: '油机号' },
|
|
|
{ prop: 'nozzleNumber', label: '油枪号' },
|
|
|
{ prop: 'deviceStatus', label: '编码器状态' },
|
|
@@ -141,6 +139,15 @@ tableModel: [] as encodercontrolsDto,
|
|
|
onBeforeMount(() => {
|
|
|
eventBus.off('refreshView')
|
|
|
})
|
|
|
+ /**页条数变化*/
|
|
|
+const onSizeChange = () => {
|
|
|
+ init()
|
|
|
+}
|
|
|
+
|
|
|
+/**页数变化*/
|
|
|
+const onCurrentChange = () =>{
|
|
|
+ init()
|
|
|
+}
|
|
|
/**
|
|
|
* 监听变换
|
|
|
*/
|