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; } }