From 1a7678abd99b9bdc5682e3ea27e49d65e91f37d0 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 04 六月 2026 17:12:33 +0800
Subject: [PATCH] feat(report): 报表图表管理 1.报表管理(样品进度报表,检测项目数据,样品领样记录,设备使用记录) 2.数字化语音看板 3.智能图表

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

diff --git a/src/views/CNAS/resourceDemand/device/component/inspectionForm.vue b/src/views/CNAS/resourceDemand/device/component/inspectionForm.vue
index 36da44e..0b66b6b 100644
--- a/src/views/CNAS/resourceDemand/device/component/inspectionForm.vue
+++ b/src/views/CNAS/resourceDemand/device/component/inspectionForm.vue
@@ -59,7 +59,8 @@
       </div>
       <div style="text-align: center">娴嬭瘯鏁版嵁璁板綍</div>
       <div style="margin: 10px 0">
-        <el-table ref="yearTable" :data="details" height="300px" style="width: 100% ;">
+        <el-table ref="yearTable" :data="details" height="300px" style="width: 100% ;"
+                  :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
           <el-table-column align="center" header-align="center" label="搴忓彿" type="index" width="60"></el-table-column>
           <el-table-column label="娴嬭瘯椤圭洰" min-width="170" prop="testItems">
             <template slot-scope="scope">

--
Gitblit v1.9.3