From c64be46f7a46494da3d90e11217ddeb9ae155cc2 Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期四, 04 三月 2021 00:12:59 +0800
Subject: [PATCH] 数据统计所有子页面,在职员工档案页面,按钮等样式修改
---
src/views/dashboard/blUser.vue | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/src/views/dashboard/blUser.vue b/src/views/dashboard/blUser.vue
index 05a00f0..5a54fad 100644
--- a/src/views/dashboard/blUser.vue
+++ b/src/views/dashboard/blUser.vue
@@ -2,6 +2,7 @@
<el-dialog
:title="title"
top="50px"
+ width="80%"
:close-on-click-modal="false"
:close-on-press-escape="false"
:visible.sync="isVisible"
@@ -21,18 +22,20 @@
ref="multipleTable"
:data="list"
row-key="prop1"
- width="50%"
+ stripe
+ :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
+ style="width: 100%;"
>
- <el-table-column type="selection" :reserve-selection="false" width="55" />
- <el-table-column prop="empNumb" label="员工编号" width="180" />
- <el-table-column prop="deptName" label="护卫点" width="180" />
- <el-table-column prop="jobName" label="岗位" width="180" />
- <el-table-column prop="empName" label="姓名" width="180" />
- <el-table-column prop="certificateNumb" label="身份证号码" width="180" />
- <el-table-column prop="badDate" label="不良记录日期" width="180" />
- <el-table-column prop="badContent" label="不良记录描述" width="180" />
- <el-table-column prop="reporter" label="汇报人" width="180" />
- <el-table-column prop="remark" label="备注" width="180" />
+ <el-table-column show-overflow-tooltip="true" type="selection" :reserve-selection="false" width="55" />
+ <el-table-column show-overflow-tooltip="true" prop="empNumb" label="员工编号" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="deptName" label="护卫点" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="jobName" label="岗位" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="certificateNumb" label="身份证号码" />
+ <el-table-column show-overflow-tooltip="true" prop="badDate" label="不良记录日期" />
+ <el-table-column show-overflow-tooltip="true" prop="badContent" label="不良记录描述" />
+ <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
v-show="total>0"
--
Gitblit v1.8.0