.
This commit is contained in:
parent
9a4daa7e89
commit
38e15935ae
@ -94,7 +94,7 @@
|
||||
this.title = `阀门ADC【${row.showName}】`;
|
||||
this.items.push({
|
||||
title: "阀门",
|
||||
value: row.device?.deviceCode,
|
||||
value: `${row.device.deviceTypeId == 3 ? "(4G)" : ""}${row.device?.deviceCode}`,
|
||||
unit: null
|
||||
});
|
||||
this.items.push({
|
||||
@ -186,7 +186,7 @@
|
||||
this.items.push({
|
||||
title: "MCU",
|
||||
value: data?.thingData?.adcProperty?.mcu,
|
||||
unit: null
|
||||
unit: "V"
|
||||
});
|
||||
this.items.push({
|
||||
title: "充电电流",
|
||||
@ -202,7 +202,7 @@
|
||||
this.items.push({
|
||||
title: "电机最大功率",
|
||||
value: data?.thingData?.adcProperty?.ma,
|
||||
unit: null
|
||||
unit: "W"
|
||||
});
|
||||
}
|
||||
this.items.push({
|
||||
|
Loading…
Reference in New Issue
Block a user