|
@@ -163,11 +163,11 @@ tableModel: [] as encodercontrolsDto,
|
|
|
dynamicColumns: [
|
|
|
{ prop: 'oilCompanyName', label: '石油公司' },
|
|
|
{ prop: 'stationName', label: '加油站名称' },
|
|
|
-{ prop: 'serialNumber', label: '编码器编号' },
|
|
|
+{ prop: 'serialNumber', label: '监控微处理器编号' },
|
|
|
{ prop: 'bindingDispenserManufacturer', label: '绑定加油机厂商' },
|
|
|
{ prop: 'dispenserNumber', label: '油机号' },
|
|
|
{ prop: 'nozzleNumber', label: '油枪号' },
|
|
|
-{ prop: 'deviceStatus', label: '编码器状态' },
|
|
|
+{ prop: 'deviceStatus', label: '监控微处理器状态' },
|
|
|
{ prop: 'onlineStatus', label: '在线状态' },
|
|
|
{ prop: 'fixTime', label: '安装时间' },
|
|
|
{ prop: 'soldTime', label: '出厂时间' },],
|