邓洁 : 大屏左侧接口对接

This commit is contained in:
dengj
2023-12-13 15:28:58 +08:00
parent 0b0c5f22a1
commit 0dadb58f16
7 changed files with 102 additions and 112 deletions

View File

@@ -343,8 +343,8 @@ const option2 = {
],
};
const fan01_option = reactive(option, {deep: true});
const fan02_option = reactive(option2, {deep: true});
const fan01_option = reactive(option);
const fan02_option = reactive(option2);
function handleOnMounted() {
Echarts_info1 = echarts.init(info1.value);
@@ -382,7 +382,6 @@ const stateIcon2 = computed(() =>
? "blue-state-icon.png"
: "red-state-icon.png"
);
let is = ref("isInput");
// 功率是否自动
let isSAuto1 = ref("false");
let isSAuto2 = ref("false");