唐润平:显示面板雏形全部完成并优化了第一个风机面板样式

This commit is contained in:
trp
2023-12-09 03:09:53 +08:00
parent e20b7c1002
commit 305a5f9824
5 changed files with 401 additions and 86 deletions

View File

@@ -62,6 +62,12 @@ const info3 = reactive({
value: 80, //测量值
point: 88, //阈值
});
setInterval(() => {
info.value = parseInt(Math.random() * 10) * 10;
info1.value = parseInt(Math.random() * 10) * 10;
info2.value = parseInt(Math.random() * 10) * 10;
info3.value = parseInt(Math.random() * 10) * 10;
}, 2000);
</script>
<style lang="scss" scoped>