From 8029dc74c4b01c377c1aec6d50b97067eb0958f3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 14 三月 2025 15:45:39 +0800
Subject: [PATCH] 数采配置页面修改

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

diff --git a/src/views/CNAS/resourceDemand/device/component/maintenance.vue b/src/views/CNAS/resourceDemand/device/component/maintenance.vue
index ab1d867..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>
@@ -183,7 +184,6 @@
         this.outLoading = false
         const blob = new Blob([res], { type: 'application/octet-stream' });
         this.$download.saveAs(blob, '璁惧缁存姢淇濆吇璁板綍.doc')
-        this.$message.success('瀵煎嚭鎴愬姛')
       })
     },
     //鎿嶄綔璇︽儏鍒犻櫎

--
Gitblit v1.9.3