From 38e15935ae5ecf54c6062cc45ef5cbe9318cbb57 Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Wed, 15 Jan 2025 15:48:58 +0800 Subject: [PATCH] . --- components/custom-index-adc/custom-index-adc.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/custom-index-adc/custom-index-adc.vue b/components/custom-index-adc/custom-index-adc.vue index 06b7e58..d6eba46 100644 --- a/components/custom-index-adc/custom-index-adc.vue +++ b/components/custom-index-adc/custom-index-adc.vue @@ -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({