+
+
{{ item.name }}
{{
`${t('messages.NormalValue')}0-${value.quota}${value.unit}` }}
- {{ item.name }}
-
+ >
@@ -74,7 +74,7 @@ let Acontent = ref();
let time = ref(null);
let topref = ref();
let bottomref = ref();
-let rightref = ref();
+// let rightref = ref();
let size = reactive({
oWidth: 0,
oHeight: 0,
@@ -90,7 +90,7 @@ async function getSensorByDeptfun() {
if (result.code == 200) {
topref.value.setcontentData(result.data);
bottomref.value.setcontentData(result.data);
- rightref.value.setcontentData(result.data);
+ // rightref.value.setcontentData(result.data);
}
}
function getWebsocket(val) {
@@ -101,7 +101,7 @@ function getWebsocket(val) {
// store.changenoise(data.msg);
topref.value.setcontentData(data.msg);
bottomref.value.setcontentData(data.msg);
- rightref.value.setcontentData(data.msg);
+ // rightref.value.setcontentData(data.msg);
}
} catch (err) {}
}
diff --git a/src/views/PaintShopView/finishView/top.vue b/src/views/PaintShopView/finishView/top.vue
index 4762078..f883e69 100644
--- a/src/views/PaintShopView/finishView/top.vue
+++ b/src/views/PaintShopView/finishView/top.vue
@@ -1,5 +1,5 @@
-
+
+
@@ -32,6 +29,14 @@
:option="ductOption.option"
ref="ductref"
>
+
+
@@ -39,7 +44,7 @@