From 04a2d3e3c701a03981c4b66162ff9515f9d7dd12 Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期一, 21 四月 2025 22:32:21 +0800
Subject: [PATCH] 修改数据与页面逻辑

---
 src/views/EecLabel.vue |   41 +++++++----------------------------------
 1 files changed, 7 insertions(+), 34 deletions(-)

diff --git a/src/views/EecLabel.vue b/src/views/EecLabel.vue
index 6b0e304..704912c 100644
--- a/src/views/EecLabel.vue
+++ b/src/views/EecLabel.vue
@@ -52,8 +52,8 @@
 					>
 						<el-table-column prop="TableIndex" label="搴忓彿" align="center" width="60"> </el-table-column>
 						<el-table-column prop="ModelType" label="浜у搧绫诲瀷" align="center" show-overflow-tooltip> </el-table-column>
-						<el-table-column prop="Model" label="浜у搧鍨嬪彿" align="center" width="120" show-overflow-tooltip> </el-table-column>
-						<el-table-column prop="RecordNumber" label="澶囨鍙�" align="center" width="140" show-overflow-tooltip> </el-table-column>
+						<el-table-column prop="Model" label="浜у搧鍨嬪彿" align="center"  show-overflow-tooltip> </el-table-column>
+						<el-table-column prop="RecordNumber" label="澶囨鍙�" align="center"  show-overflow-tooltip> </el-table-column>
 						<el-table-column prop="EnergyEfficiencyClass" label="鑳芥晥绛夌骇" align="center" width="80"> </el-table-column>
 						<el-table-column prop="RecordTime" label="澶囨鏃堕棿" align="center" width="100"> </el-table-column>
 						<el-table-column prop="CompanyName" label="鍘傚晢" align="center" show-overflow-tooltip> </el-table-column>
@@ -83,31 +83,6 @@
 										></path>
 									</svg>
 									璇︾粏</span
-								>
-								<span class="table-detail-span" @click="clickDetailCertifcate(scope.row)" v-if="true"
-									><svg
-										t="1739500034021"
-										class="detail-icon"
-										viewBox="0 0 1024 1024"
-										version="1.1"
-										xmlns="http://www.w3.org/2000/svg"
-										p-id="34306"
-										width="128"
-										height="128"
-									>
-										<path
-											d="M18.731707 12.487805m499.512195 0l0 0q499.512195 0 499.512196 499.512195l0 0q0 499.512195-499.512196 499.512195l0 0q-499.512195 0-499.512195-499.512195l0 0q0-499.512195 499.512195-499.512195Z"
-											fill="#478BFF"
-											fill-opacity=".1"
-											p-id="11765"
-										></path>
-										<path
-											d="M718.04878 761.756098h-349.658536a74.926829 74.926829 0 0 1-74.926829-74.92683v-399.609756a24.97561 24.97561 0 0 1 24.975609-24.97561h349.658537a24.97561 24.97561 0 0 1 24.97561 24.97561v299.707317h99.902439v99.902439a74.926829 74.926829 0 0 1-74.92683 74.92683z m-24.975609-124.878049v49.951219a24.97561 24.97561 0 1 0 49.951219 0v-49.951219h-49.951219z m-299.707317-249.756098v49.95122h199.804878v-49.95122h-199.804878z m0 99.902439v49.95122h199.804878v-49.95122h-199.804878z m0 99.902439v49.95122h124.878048v-49.95122h-124.878048z"
-											fill="#478BFF"
-											p-id="11766"
-										></path>
-									</svg>
-									涓嬪崟</span
 								>
 							</template>
 						</el-table-column>
@@ -269,13 +244,11 @@
 });
 
 const m_RequestDataObj = {
-	1: { requestPath: 'static/EecProductData/Pump.json' },
-	2: { requestPath: 'static/EecProductData/AirCompressor.json' },
-	3: { requestPath: 'static/EecProductData/Fan.json' },
-	4: { requestPath: 'static/EecProductData/WaterChiller.json' },
-	5: { requestPath: 'static/EecProductData/PowerTransformer.json' },
-	6: { requestPath: 'static/EecProductData/IndustrialBoiler.json' },
-	7: { requestPath: 'static/EecProductData/ElectricMachinery.json' },
+	1: { requestPath: 'static/EecProductData/PumpSearch.json' },
+	2: { requestPath: 'static/EecProductData/AirCompressorSearch.json' },
+	3: { requestPath: 'static/EecProductData/FanSearch.json' },
+	4: { requestPath: 'static/EecProductData/WaterChillerSearch.json' },
+	7: { requestPath: 'static/EecProductData/ElectricMachinerySearch.json' },
 };
 
 onMounted(() => {

--
Gitblit v1.9.3