diff --git a/src/components/container/Item/index.vue b/src/components/container/Item/index.vue
index beb5504..74df46b 100644
--- a/src/components/container/Item/index.vue
+++ b/src/components/container/Item/index.vue
@@ -38,7 +38,7 @@ const solutionStyle = computed(() => {
})
const onInputBlur = async () => {
if (solutionInfo.value.capacityUsed > solutionInfo.value.capacityTotal) {
- FtMessage.error(`容器容量不能超过${solutionInfo.value.capacityTotal}ml`)
+ FtMessage.error(`容器容量不能超过${solutionInfo.value.capacityTotal}mL`)
solutionInfo.value.capacityUsed = 5000
return
}
@@ -123,13 +123,13 @@ const onSubmitSolution = () => {
@@ -87,18 +87,18 @@ const queryContainerList = () => {
- 加热温度:
- °C
+ 加热温度:
+ °C
- 加热时间:
- 秒
+ 加热时间:
+ 秒
diff --git a/src/components/home/AddLiquid/index.vue b/src/components/home/AddLiquid/index.vue
index 68d1b1a..9b28c58 100644
--- a/src/components/home/AddLiquid/index.vue
+++ b/src/components/home/AddLiquid/index.vue
@@ -135,9 +135,9 @@ const mousedownHandle = async (index: number) => {
-
+
- ml
+ mL
diff --git a/src/components/home/CheckCraft/index.vue b/src/components/home/CheckCraft/index.vue
index e12c4f6..cf18167 100644
--- a/src/components/home/CheckCraft/index.vue
+++ b/src/components/home/CheckCraft/index.vue
@@ -163,10 +163,10 @@ const resumeCraftHandle = async () => {
step.params.description += `针头高度${step.params.height}mm, 加${step.params.volume}ml水清洗${step.params.cycle}次`
break
case 'addThin':
- step.params.description += `添加稀硝酸 ${step.params.volume}ml`
+ step.params.description += `添加稀硝酸 ${step.params.volume}mL`
break
case 'addThick':
- step.params.description += `添加浓硝酸 ${step.params.volume}ml`
+ step.params.description += `添加浓硝酸 ${step.params.volume}mL`
break
case 'reduceLiquid':
step.params.description += `针头高度${step.params.height}mm抽取液体`
@@ -303,42 +303,42 @@ const mousedownHandle = async (index: number) => {
-
+
mm
- ml
+ mL
-
+
次
-
+
- ml
+ mL
-
+
mm
-
+
mm
@@ -346,7 +346,7 @@ const mousedownHandle = async (index: number) => {
{
-
+
℃
diff --git a/src/components/home/ExtractLiquid/index.vue b/src/components/home/ExtractLiquid/index.vue
index 9bd9db4..0e2dd8a 100644
--- a/src/components/home/ExtractLiquid/index.vue
+++ b/src/components/home/ExtractLiquid/index.vue
@@ -130,7 +130,7 @@ const mousedownHandle = async (index: number) => {
-
+
mm
diff --git a/src/components/home/SetTemperature/index.vue b/src/components/home/SetTemperature/index.vue
index 7a4a4cb..bf0299d 100644
--- a/src/components/home/SetTemperature/index.vue
+++ b/src/components/home/SetTemperature/index.vue
@@ -86,21 +86,21 @@ const cancel = () => {
{{ data?.label }}
-
+
℃
-
+
℃
-
+
℃
diff --git a/src/components/home/StartClean/index.vue b/src/components/home/StartClean/index.vue
index af75d2f..e61db43 100644
--- a/src/components/home/StartClean/index.vue
+++ b/src/components/home/StartClean/index.vue
@@ -10,6 +10,7 @@ const form = ref({
cycle: undefined,
columns: [],
height: undefined,
+ volume: undefined,
})
const formRef = ref()
@@ -32,6 +33,9 @@ const rules = {
height: [
{ required: true, trigger: 'blur', message: '请输入针头高度' },
],
+ volume: [
+ { required: true, trigger: 'blur', message: '请输入加水量' },
+ ],
}
const okHandle = async () => {
@@ -115,12 +119,19 @@ const mousedownHandle = async (index: number) => {
-
+
mm
+
+
+
+ mL
+
+
+
diff --git a/src/components/user/Edit/index.vue b/src/components/user/Edit/index.vue
index b5db879..caefe0b 100644
--- a/src/components/user/Edit/index.vue
+++ b/src/components/user/Edit/index.vue
@@ -108,10 +108,10 @@ const cancel = () => {
-
+
-
+
diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue
index d802f28..acca2f6 100644
--- a/src/views/debug/index.vue
+++ b/src/views/debug/index.vue
@@ -80,21 +80,21 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
-
+
次
@@ -126,21 +126,21 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
-
+
次
@@ -181,21 +181,21 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
-
+
次
@@ -247,7 +247,7 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
rpm/min
@@ -266,9 +266,9 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
- ml
+ mL
@@ -303,7 +303,7 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
℃
@@ -338,7 +338,7 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
rpm/min
diff --git a/src/views/pointDebug/index.vue b/src/views/pointDebug/index.vue
index 3210548..bc6e473 100644
--- a/src/views/pointDebug/index.vue
+++ b/src/views/pointDebug/index.vue
@@ -80,14 +80,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
@@ -108,14 +108,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
@@ -143,14 +143,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
@@ -171,14 +171,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
@@ -206,14 +206,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min
@@ -234,14 +234,14 @@ const commandHandle = async (command: string, params?: unknown) => {
-
+
mm
-
+
rpm/min