From 8c7848e0dfa7d4b30e29dd9c78ce31818bf5d611 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 24 Apr 2024 13:35:58 +0800
Subject: [PATCH] first

---
 src/page/user/Warehouse copy.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/page/user/Warehouse copy.vue b/src/page/user/Warehouse copy.vue
index d2a0ea0..c071796 100644
--- a/src/page/user/Warehouse copy.vue
+++ b/src/page/user/Warehouse copy.vue
@@ -207,6 +207,7 @@
                 :finished="finished"
                 v-if="zjtype == 0 && cclist.length"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoad"
               >
                 <div v-if="cclist.length > 0" class="tabs_o">
@@ -310,6 +311,7 @@
                 v-if="zjtype == 1"
                 :finished="finished"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoad"
                 :immediate-check="immediate"
               >
@@ -449,6 +451,7 @@
                 v-model="loadingss"
                 :finished="finishedss"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 v-if="tabsCurrentIndex === 1 && totalss != 0"
                 :immediate-check="immediate"
               >
@@ -525,6 +528,7 @@
                 v-model="loadings"
                 :finished="finisheds"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoads"
                 :immediate-check="immediate"
                 v-if="tabsCurrentIndex === 2 && totals != 0"
@@ -612,6 +616,7 @@
                 v-model="loadingXg"
                 :finished="finishedXg"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 v-show="tabsCurrentIndex === 3 && xgTotal != 0"
                 @load="onLoadXg"
                 :immediate-check="immediate"

--
Gitblit v1.9.3