From c4cfd5c566d137fb60781b8b2e0057d11cf4b051 Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期四, 13 三月 2025 17:33:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/business/productOrder/components/addInspectionDia.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/business/productOrder/components/addInspectionDia.vue b/src/views/business/productOrder/components/addInspectionDia.vue
index f72ecc4..ae76551 100644
--- a/src/views/business/productOrder/components/addInspectionDia.vue
+++ b/src/views/business/productOrder/components/addInspectionDia.vue
@@ -7,6 +7,7 @@
       title="娣诲姞妫�楠岄」"
       width="80%">
       <el-table ref="sampleTable" :data="sampleList" border class="el-table sampleTable" highlight-current-row
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
                 max-height="400px" tooltip-effect="dark">
         <el-table-column align="center" label="搴忓彿" type="index" width="65"></el-table-column>
         <el-table-column align="center" label="鏍峰搧鍚嶇О" min-width="100" prop="sample">
@@ -46,8 +47,8 @@
       title="娣诲姞妫�楠岄」"
       width="90%">
       <el-table ref="productTable" v-loading="getProductLoad" :data="productList" :row-class-name="tableRowClassName" border class="el-table"
-                max-height="580px" tooltip-effect="dark"
-                @selection-change="selectProduct">
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
+                max-height="580px" tooltip-effect="dark" @selection-change="selectProduct">
         <el-table-column type="selection" width="65"></el-table-column>
         <el-table-column label="妫�楠岄」鍒嗙被" min-width="140" prop="inspectionItemClass" show-overflow-tooltip></el-table-column>
         <el-table-column label="妫�楠岄」" min-width="140" prop="inspectionItem" show-overflow-tooltip></el-table-column>

--
Gitblit v1.9.3