diff --git a/index.html b/index.html
index 22990c9..95784dc 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,10 @@
正在加液...
+
+
import LiquidModal from './dialogs/LiquidModal.vue'
-import { useDeviceStore, useWebSocketStore } from '@/store'
+import { useDeviceStore, useWebSocketStore, useOperatorStore } from '@/store'
import { ref } from 'vue'
import { storeToRefs } from 'pinia'
import {
@@ -97,6 +123,7 @@ import {
} from '@/mock/command'
const numberKeyboardShow = ref(false)
+const operatorStore = useOperatorStore()
const props = defineProps({
tabType: {
@@ -247,7 +274,7 @@ const { disinfectantCapacity } = storeToRefs(deviceStore)
font-weight: normal;
line-height: normal;
letter-spacing: 0.06em;
- color: #81fc50;
+ color: #ff9a2d;
}
}
.chart {
diff --git a/src/components/Operator.vue b/src/components/Operator.vue
index 31451dc..21bf783 100644
--- a/src/components/Operator.vue
+++ b/src/components/Operator.vue
@@ -49,7 +49,7 @@
开始消毒