From eeb8f18b48989bac5eb5847a51359496956c5339 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Thu, 30 Apr 2026 18:32:45 +0800
Subject: [PATCH] 1
---
src/page/user/Warehouse copy.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/page/user/Warehouse copy.vue b/src/page/user/Warehouse copy.vue
index d2a0ea0..e8164b8 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">
@@ -449,6 +450,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 +527,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"
@@ -1428,10 +1431,10 @@
margin-right: 10px;
// font-size: 10px;
font-size: 0.4rem;
- color: #409eff;
+ color: #00f0ff;
padding: 8px 12px;
border-radius: 12px;
- border: 0.5px solid #409eff;
+ border: 0.5px solid #00f0ff;
}
.search {
@@ -1989,7 +1992,7 @@
.top_class_box_left {
color: #fff;
border-radius: 50px;
- background: #409eff;
+ background: #00f0ff;
font-size: 0.4rem;
padding: 4px 12px;
height: 40px;
--
Gitblit v1.9.3