From 4cdcf772a1d33ccc699a0844e27bce04f8a485a2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 三月 2025 09:34:28 +0800
Subject: [PATCH] 人员-培训计划新增人员无信息问题
---
src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue
index 5cb970c..3936a69 100644
--- a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue
+++ b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue
@@ -16,7 +16,9 @@
</div>
</div>
<div class="search-table">
- <el-table v-loading="tableLoading" :data="tableData" border height="calc(100vh - 21em)" style="width: 100%;">
+ <el-table v-loading="tableLoading" :data="tableData"
+ :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border
+ height="calc(100vh - 21em)" style="width: 100%;">
<el-table-column align="center" label="搴忓彿" type="index" width="60"></el-table-column>
<el-table-column label="鍛樺伐缂栧彿" prop="account" width="150"></el-table-column>
<el-table-column label="濮撳悕" prop="name" width="120"></el-table-column>
--
Gitblit v1.9.3