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 @@
- {{ projectName }}
-
- {{ lotId }}
+
+ {{ projectName }}
+
+
+ {{ lotId }}
+
+
{{ currentCount }}/{{ maxCount }}
- {{ projectName }}
+
+ {{ projectName }}
+
diff --git a/src/pages/Login/index.vue b/src/pages/Login/index.vue
index edfe3a0..afa27ba 100644
--- a/src/pages/Login/index.vue
+++ b/src/pages/Login/index.vue
@@ -117,7 +117,7 @@ const submitPin = async () => {
>
{{ n }}
- 重输
+ 重输
0
确定