diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue
index 478afa9..6def9e8 100644
--- a/components/tab-bar/delivery.vue
+++ b/components/tab-bar/delivery.vue
@@ -245,11 +245,12 @@
- 已送达
+ {{completingDeliveryIds[item.id] ? '提交中...' : '已送达'}}
@@ -258,7 +259,7 @@
-
+
+
+
+
+