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 = () => {