From baaca514c2efea8996bd24f04cd6fdd60a78f862 Mon Sep 17 00:00:00 2001 From: guoanpeng Date: Sun, 15 Jun 2025 19:27:32 +0800 Subject: [PATCH] fix: ml==>mL; --- src/components/container/Item/index.vue | 8 ++++---- src/components/craft/AddCraft/index.vue | 24 ++++++++++++------------ src/components/craft/TransferRight.vue | 16 ++++++++-------- src/components/home/AddLiquid/index.vue | 4 ++-- src/components/home/CheckCraft/index.vue | 24 ++++++++++++------------ src/components/home/ExtractLiquid/index.vue | 2 +- src/components/home/SetTemperature/index.vue | 6 +++--- src/components/home/StartClean/index.vue | 13 ++++++++++++- src/components/user/Edit/index.vue | 4 ++-- src/views/debug/index.vue | 28 ++++++++++++++-------------- src/views/pointDebug/index.vue | 24 ++++++++++++------------ 11 files changed, 82 insertions(+), 71 deletions(-) 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 = () => {