This commit is contained in:
Iruka 2025-01-15 15:48:58 +08:00
parent 9a4daa7e89
commit 38e15935ae

View File

@ -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({