From a52b87449e493d4312cc81c33a4169eb6be3c144 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 01 四月 2025 09:14:19 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 UI-Project/src/views/Caching/cachingunhistory.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingunhistory.vue b/UI-Project/src/views/Caching/cachingunhistory.vue
index 0548fb6..0f6606b 100644
--- a/UI-Project/src/views/Caching/cachingunhistory.vue
+++ b/UI-Project/src/views/Caching/cachingunhistory.vue
@@ -38,14 +38,14 @@
           <el-col :span="4">
               <div id="dt" style="font-size: 15px;">
               <el-form-item :label="$t('hellow.countOutTwo')"  style="width: 14vw">
-                {{ countOutTwo }}
+                {{ countOutOne }}
               </el-form-item>
               </div>
           </el-col>
           <el-col :span="5">
             <div id="dta" style="font-size: 15px;">
           <el-form-item :label="$t('hellow.totalAreaOutTwo')" style="width: 14vw">
-                {{ totalAreaOutTwo }}
+                {{ totalAreaOutOne }}
               </el-form-item>
               </div>
           </el-col>
@@ -117,8 +117,8 @@
 const tableDatax = ref([])
 const currentPage2 = ref(1)
 const totalRecords = ref(0)
-const countOutTwo = ref(0)
-const totalAreaOutTwo = ref(0)
+const countOutOne = ref(0)
+const totalAreaOutOne = ref(0)
 const glassId = ref('');
 const startSlot = ref('');
 const targetSlot = ref('');

--
Gitblit v1.8.0