diff --git a/src/components/UpdatePreSetting.vue b/src/components/UpdatePreSetting.vue
index 2184b62..c4dee65 100644
--- a/src/components/UpdatePreSetting.vue
+++ b/src/components/UpdatePreSetting.vue
@@ -1,5 +1,5 @@
-
+
注射蠕动泵速率(g/min)
@@ -97,6 +97,19 @@
{{ logVal }}
+
+
+
+
diff --git a/src/components/a.vue b/src/components/a.vue
new file mode 100644
index 0000000..33eb01d
--- /dev/null
+++ b/src/components/a.vue
@@ -0,0 +1,815 @@
+
+
+
+
+
消毒停止过氧化氢浓度(ppm)
+
+
+
+
+
+
消毒继续过氧化氢浓度(ppm)
+
+
+
+
+
+
+
+
消毒停止过氧化氢相对饱和度(%RS)
+
+
+
+
+
+
消毒继续过氧化氢相对饱和度(%RS)
+
+
+
+
+
+
+
handleInput(val, 1)"
+ theme="custom"
+ close-button-text="配置"
+ @close="setAddliquidVal"
+ @blur="addLiquidConfigValShow = false"
+ />
+ handleInput(val, 2)"
+ :title="sprayLiquidConfigVal"
+ :show="sprayLiquidConfigValShow"
+ theme="custom"
+ @close="setSprayLiquidVal"
+ close-button-text="配置"
+ @blur="sprayLiquidConfigValShow = false"
+ />
+ handleInput(val, 3)"
+ :title="stoped_gs"
+ :show="stoped_gsShow"
+ theme="custom"
+ @close="setStopedGsVal"
+ close-button-text="配置"
+ @blur="stoped_gsShow = false"
+ />
+ handleInput(val, 4)"
+ :title="continued_gs"
+ @close="setcontinuedGsVal"
+ :show="continued_gsShow"
+ theme="custom"
+ close-button-text="配置"
+ @blur="continued_gsShow = false"
+ />
+ handleInput(val, 5)"
+ :title="stoped_satur"
+ @close="setstopedSaturVal"
+ :show="stoped_saturShow"
+ theme="custom"
+ close-button-text="配置"
+ @blur="stoped_saturShow = false"
+ />
+ handleInput(val, 6)"
+ :title="continued_satur"
+ @close="setContinuedSaturVal"
+ :show="continued_saturShow"
+ theme="custom"
+ close-button-text="配置"
+ @blur="continued_saturShow = false"
+ />
+ handleInput(val, 7)"
+ :title="max_humidity"
+ @close="setMaxHumidityVal"
+ :show="max_humidityShow"
+ theme="custom"
+ close-button-text="配置"
+ @blur="max_humidityShow = false"
+ />
+ handleInput(val, 8)"
+ @close="setHeat_timeVal"
+ v-model="pre_heat_time_s"
+ :title="pre_heat_time_s"
+ :show="pre_heat_time_sShow"
+ @blur="pre_heat_time_sShow = false"
+ />
+ handleInput(val, 9)"
+ theme="custom"
+ close-button-text="配置"
+ @close="setstoped_humiVal"
+ v-model="stoped_humi"
+ :title="stoped_humi"
+ :show="stoped_humiShow"
+ @blur="stoped_humiShow = false"
+ />
+ handleInput(val, 10)"
+ close-button-text="配置"
+ @close="setcontinued_humiVal"
+ v-model="continued_humi"
+ :title="continued_humi"
+ :show="continued_humiShow"
+ @blur="continued_humiShow = false"
+ />
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test.js b/test.js
new file mode 100644
index 0000000..c624663
--- /dev/null
+++ b/test.js
@@ -0,0 +1,9 @@
+let a = {
+ stoped_gs: '100',
+ continued_gs: '110',
+ stoped_satur: '200',
+ continued_satur: '300',
+ stoped_humi: '100',
+ continued_humi: '102',
+ injection_pump_speed: '300',
+}