From 9eac10179401ec922de7502b1ba7557064371007 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Mon, 6 Jan 2025 14:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E6=95=B0=E6=A0=A1=E5=87=86=E4=B8=8D?= =?UTF-8?q?=E5=90=88=E6=A0=BC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.development | 4 ++-- .../home/components/channelsTestTable.vue | 20 +++++++++---------- frontend/src/views/home/tabs/dashboard.vue | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index 71db1d7..8f13788 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -19,6 +19,6 @@ VITE_API_URL=/api # 开发环境跨域代理,支持配置多个 -#VITE_PROXY=[["/api","http://192.168.1.124:18092/"]] -VITE_PROXY=[["/api","http://192.168.1.125:18092/"]] +VITE_PROXY=[["/api","http://192.168.1.124:18092/"]] +#VITE_PROXY=[["/api","http://192.168.1.125:18092/"]] # VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文 diff --git a/frontend/src/views/home/components/channelsTestTable.vue b/frontend/src/views/home/components/channelsTestTable.vue index 9d67ef8..d662b4e 100644 --- a/frontend/src/views/home/components/channelsTestTable.vue +++ b/frontend/src/views/home/components/channelsTestTable.vue @@ -72,7 +72,7 @@ class="item" effect="light" placement="top-start" - content="电压L2系数校准不合格原因" + :content="'电压L2系数校准不合格原因:'+scope.row.UbData" > {{ scope.row.UbChannel }} @@ -83,7 +83,7 @@ class="item" effect="light" placement="top-start" - content="电压L2系数校准合格原因" + :content="'电压L2系数校准合格原因:'+scope.row.UbData" > {{ scope.row.UbChannel }} @@ -111,7 +111,7 @@ class="item" effect="light" placement="top-start" - content="电压L3系数校准不合格原因" + :content="'电压L3系数校准不合格原因:'+scope.row.UcData" > {{ scope.row.UcChannel }} @@ -122,7 +122,7 @@ class="item" effect="light" placement="top-start" - content="电压L3系数校准合格原因" + :content="'电压L3系数校准合格原因:'+scope.row.UcData" > {{ scope.row.UcChannel }} @@ -152,7 +152,7 @@ class="item" effect="light" placement="top-start" - content="电流L1系数校准不合格原因" + :content="'电流L1系数校准不合格原因:'+scope.row.IaData" > {{ scope.row.IaChannel }} @@ -163,7 +163,7 @@ class="item" effect="light" placement="top-start" - content="电流L1系数校准合格原因" + :content="'电流L1系数校准合格原因:'+scope.row.IaData" > {{ scope.row.IaChannel }} @@ -191,7 +191,7 @@ class="item" effect="light" placement="top-start" - content="电流L2系数校准不合格原因" + :content="'电流L2系数校准不合格原因:'+scope.row.IbData" > {{ scope.row.IbChannel }} @@ -202,7 +202,7 @@ class="item" effect="light" placement="top-start" - content="电流L2系数校准合格原因" + :content="'电流L2系数校准合格原因:'+scope.row.IbData" > {{ scope.row.IbChannel }} @@ -230,7 +230,7 @@ class="item" effect="light" placement="top-start" - content="电流L3系数校准不合格原因" + :content="'电流L3系数校准不合格原因:'+scope.row.IcData" > {{ scope.row.IcChannel }} @@ -241,7 +241,7 @@ class="item" effect="light" placement="top-start" - content="电流L3系数校准合格原因" + :content="'电流L3系数校准合格原因:'+scope.row.IcData" > {{ scope.row.IcChannel }} diff --git a/frontend/src/views/home/tabs/dashboard.vue b/frontend/src/views/home/tabs/dashboard.vue index 9858cb9..3e2673f 100644 --- a/frontend/src/views/home/tabs/dashboard.vue +++ b/frontend/src/views/home/tabs/dashboard.vue @@ -538,6 +538,7 @@ onUnmounted(() => { padding: 0 15px; font-weight: bold; width: 100%; + font-size: 18px; } }