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 @@