From 11a52fed8adabef85798510e53d423b0c6d17edf Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 21 Apr 2025 23:20:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=80=97=E6=9D=90=E6=BB=91=E5=8A=A8?= =?UTF-8?q?=E6=94=B9=E5=8F=98=E9=87=8D=E6=9E=84=E4=BC=98=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Regular/Consumables.vue | 2 +- src/pages/Index/components/Consumables/BallGrid2.vue | 2 +- src/pages/Index/components/Consumables/InfoBar.vue | 14 ++++++++++---- src/pages/Login/index.vue | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/pages/Index/Regular/Consumables.vue b/src/pages/Index/Regular/Consumables.vue index 5833915..2b730d2 100644 --- a/src/pages/Index/Regular/Consumables.vue +++ b/src/pages/Index/Regular/Consumables.vue @@ -77,7 +77,7 @@
-
缓冲液(小)
+
耗材区
{ } const activated = total - empty - emit('update:TipNum', activated, props.order, false) + emit('update:TipNum', activated, props.order, true) } const updateSliderEndVal = async (hVal, vVal) => { diff --git a/src/pages/Index/components/Consumables/InfoBar.vue b/src/pages/Index/components/Consumables/InfoBar.vue index 29f61cc..545e19d 100644 --- a/src/pages/Index/components/Consumables/InfoBar.vue +++ b/src/pages/Index/components/Consumables/InfoBar.vue @@ -1,13 +1,19 @@