From 6b35a453725b34422e5336b456f03b92b963f2d8 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 21 三月 2025 13:35:06 +0800
Subject: [PATCH] Merge branch 'radio-frequency-cable-before' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable-before

---
 src/views/CNAS/resourceDemand/device/component/maintenance.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/CNAS/resourceDemand/device/component/maintenance.vue b/src/views/CNAS/resourceDemand/device/component/maintenance.vue
index 9ea4f5a..87d2588 100644
--- a/src/views/CNAS/resourceDemand/device/component/maintenance.vue
+++ b/src/views/CNAS/resourceDemand/device/component/maintenance.vue
@@ -17,7 +17,8 @@
       </div>
     </div>
     <div class="tables" style="margin-top: 10px;">
-      <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)">
+      <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)"
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
         <el-table-column label="搴忓彿" type="index" width="120">
           <template v-slot="scope">
             <span>{{ (search.current - 1) * search.size + scope.$index + 1 }}</span>

--
Gitblit v1.9.3