From 392b81a24c69be2f1d738df342f97729f07a1a75 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 19 三月 2025 14:23:00 +0800 Subject: [PATCH] 合并装备代码1 --- src/views/system/dept/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index fa71608..b7c3bdc 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -28,6 +28,7 @@ </el-row> <el-table v-if="refreshTable" v-loading="loading" :data="deptList" row-key="deptId" + :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border :default-expand-all="isExpandAll" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"> <el-table-column prop="deptName" label="閮ㄩ棬鍚嶇О" width="260"></el-table-column> <el-table-column prop="orderNum" label="鎺掑簭" width="200"></el-table-column> -- Gitblit v1.9.3