diff --git a/src/components/DisinfectionSetting.vue b/src/components/DisinfectionSetting.vue
new file mode 100644
index 0000000..a0d09d1
--- /dev/null
+++ b/src/components/DisinfectionSetting.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Setting/components/Device.vue b/src/components/Setting/components/Device.vue
index da769e2..fcb69ab 100644
--- a/src/components/Setting/components/Device.vue
+++ b/src/components/Setting/components/Device.vue
@@ -529,12 +529,11 @@ const setSprayLiquidVal = () => {
padding: 20px;
display: grid;
overflow: scroll;
- grid-template-rows: repeat(2, 1fr);
grid-template-columns: repeat(1, 1fr);
row-gap: 20px;
padding-bottom: 20px;
.row_wrap {
- width: 726px;
+ // width: 726px;
height: 80px;
border-radius: 14px;
background: #f6f6f6;
diff --git a/src/pages/Home.vue b/src/pages/Home.vue
index cafa734..d37f80e 100644
--- a/src/pages/Home.vue
+++ b/src/pages/Home.vue
@@ -112,10 +112,7 @@
activeTab == 5 ? 'tab_btn style-btn active_btn' : 'style-btn tab_btn'
"
@click="changeTab(5)"
- v-if="
- userStore.loginUserPermission != 3 &&
- operatorStore.disinfectStatus != 1
- "
+ v-if="userStore.loginUserPermission != 3"
>
-
-
+ />
-
+
+
IP {{ settingStore.deviceIp }}
@@ -278,6 +277,7 @@ import SimpleKeyboard from 'cpns/SimpleKeyboard'
import moment from 'moment'
import Operator from 'cpns/Operator'
import Audit from 'cpns/Audit'
+import DisinfectionSetting from 'cpns/DisinfectionSetting'
import Progress from 'cpns/Progress'
import LiquidHandle from 'cpns/LiquidHandle'
import Setting from 'cpns/Setting'
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index d8c3244..0e2f444 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -7,7 +7,7 @@ export const useUserStore = defineStore({
allUserList: [],
operUser: '',
loginUser: '',
- loginUserPermission: 3,
+ loginUserPermission: 2,
}
},
// actions