From 7a7951325b74c0465dd175660de76e2a3c4b19dc Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 5 Sep 2023 10:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=86=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Operator.vue | 42 +++++++++++++++++++++++++++++++ src/components/PreSetting.vue | 12 +++++++++ src/components/dialogs/DisinfectModal.vue | 1 + src/store/modules/operator.js | 10 ++++++++ src/store/modules/user.js | 2 +- src/store/modules/websocket.js | 5 ++++ 6 files changed, 71 insertions(+), 1 deletion(-) diff --git a/src/components/Operator.vue b/src/components/Operator.vue index 0a5c387..72ff8e5 100644 --- a/src/components/Operator.vue +++ b/src/components/Operator.vue @@ -436,6 +436,22 @@ v-if="disinfectWarnVisible" :hideDisinfectModal="hideDisinfectModal" /> + +
+
+ +

准备消毒中

+
+
+
+ +
+
+ +

结束消毒中

+
+
+
@@ -520,6 +536,7 @@ const startDisinfect = () => { // 改变开始消毒状态 如果已经开始则不可点击 // 选择预设 而后开始消毒 // preVisible.value = true + operatorStore.updateShowStartReady(true) realStart() } @@ -769,4 +786,29 @@ onUnmounted(() => { } } } +.wrapper { + display: flex; + align-items: center; + justify-content: center; + height: 100%; +} +.block { + width: 120px; + height: 120px; + display: flex; + flex-direction: column; + padding: 16px; + align-items: center; + justify-content: center; + .shutdown_text { + margin-top: 24px; + font-family: Source Han Sans CN; + font-size: 18px; + font-weight: normal; + line-height: normal; + letter-spacing: 0.06em; + color: #fff; + white-space: nowrap; + } +} diff --git a/src/components/PreSetting.vue b/src/components/PreSetting.vue index 1682cf9..68c9070 100644 --- a/src/components/PreSetting.vue +++ b/src/components/PreSetting.vue @@ -91,6 +91,12 @@ />

+
+

Log等级

+
+

6

+
+