From a8c1dd008f9a096cb01774f17a8bceda5aafed88 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 26 二月 2025 15:04:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 UI-Project/src/views/hollow/hollowequipmenttwo.vue |   31 ++-----------------------------
 1 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
index ce5fce1..fa0c416 100644
--- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -30,35 +30,8 @@
   </div>
      
     <div id="dotClass">
-      <!-- <div style="margin-bottom: -5px;margin-left: 5px;"> -->
-        <!-- <el-form> -->
-          <!-- <el-row> -->
-            <!-- <el-col :span="4">
-              <div  style="font-size: 15px;">
-                <el-form-item :label="$t('hellow.currenttask')" style="width: 14vw">
-                  {{ temperingtotal }}
-                </el-form-item>
-              </div>
-            </el-col> -->
-            <!-- <el-col :span="5">
-              <div style="font-size: 15px;">
-                <el-form-item :label="$t('hellow.claimednumber')" style="width: 14vw">
-                  {{ glasstotal }}
-                </el-form-item>
-              </div>
-            </el-col> -->
-            <!-- <el-col :span="4">
-              <div style="font-size: 15px;">
-                <el-form-item :label="$t('hellow.linenumber')" style="width: 14vw">
-                  {{ fulltotals }}
-                </el-form-item>
-              </div>
-            </el-col> -->
             <div style="margin-left: 70px;">{{ $t('hellow.freetwo') }}</div>
         <i :style="{ marginTop: '2px', backgroundColor: freetwo, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i>
-          <!-- </el-row> -->
-        <!-- </el-form> -->
-      <!-- </div> -->
        </div>
       <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
         <el-table height="650" ref="table" :data="tableDataa"
@@ -598,8 +571,8 @@
     const allPageData = data;
     const currentPageKeyValue = currentPageKey.value;
     const currentPageData = allPageData[currentPageKeyValue];
-    if (data.freeTwoReqvestEntity != null) {
-    freetwo.value = data.freeTwoReqvestEntity[0] == true ? 'green' : '#911005';
+    if (data.freeTwoRequestEntity != null) {
+    freetwo.value = data.freeTwoRequestEntity[0] == true ? 'green' : '#911005';
   }
     // if (currentPageData && Array.isArray(currentPageData) && currentPageData.length > 0) {
     //   tableDataa.value = currentPageData[0];

--
Gitblit v1.8.0