From 2558bbd5004cbc938762eb40991adf4e7e106aaa Mon Sep 17 00:00:00 2001
From: 楚江漓i <85093541@qq.com>
Date: 星期三, 10 三月 2021 23:38:02 +0800
Subject: [PATCH] 项目表格样式调整
---
src/views/user/archivesChange.vue | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/views/user/archivesChange.vue b/src/views/user/archivesChange.vue
index dced097..a2cfad0 100644
--- a/src/views/user/archivesChange.vue
+++ b/src/views/user/archivesChange.vue
@@ -578,14 +578,14 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="physicalExamId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="100" />
- <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="100" :formatter="typeFormat" />
- <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="100" />
- <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="100" />
- <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="100" :formatter="ecgNameFormat" />
+ <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="140" :formatter="typeFormat" />
+ <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="140" />
+ <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="140" :formatter="ecgNameFormat" />
<el-table-column show-overflow-tooltip="true" prop="conclusion" label="体检结论" />
- <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="140" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -619,10 +619,10 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="contractId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="signingDate" label="合同签订日期" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="endDate" label="合同结束日期" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="contractPeriod" label="合同期限(年)" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="contractStatus" label="合同状态" width="100" :formatter="contractStatusFormat" />
+ <el-table-column show-overflow-tooltip="true" prop="signingDate" label="合同签订日期" />
+ <el-table-column show-overflow-tooltip="true" prop="endDate" label="合同结束日期" />
+ <el-table-column show-overflow-tooltip="true" prop="contractPeriod" label="合同期限(年)" />
+ <el-table-column show-overflow-tooltip="true" prop="contractStatus" label="合同状态" :formatter="contractStatusFormat" />
<el-table-column show-overflow-tooltip="true" prop="transactor" label="合同办理人" />
</el-table>
<pagination
@@ -731,9 +731,9 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="resignId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="180" />
+ <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" />
+ <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" />
+ <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -767,13 +767,13 @@
</template>
</el-table-column>
<el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="dimissionAttendId" label="" />
- <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" width="120" />
+ <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" />
+ <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="150" />
+ <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" />
<el-table-column show-overflow-tooltip="true" prop="deduct" label="有无代扣款项" width="180" />
- <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" width="120" />
- <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" width="120" />
+ <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" />
+ <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" />
<el-table-column show-overflow-tooltip="true" prop="remark" label="备注" />
</el-table>
<pagination
@@ -5882,8 +5882,8 @@
button.el-dialog__headerbtn {
height: 30px;
width: 30px;
- background-color: #333;
- opacity: 0.4;
+ background-color: #a00515;
+ opacity: 0.8;
line-height: 30px;
border-radius: 50%;
i {
--
Gitblit v1.8.0