From c84c711b3789507d3efe55bb3d9bb899494a862a Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期五, 05 三月 2021 22:15:57 +0800
Subject: [PATCH] fix(bug修复): 界面调整
---
src/views/user/outemployess.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/user/outemployess.vue b/src/views/user/outemployess.vue
index 15352e6..8ad5f64 100644
--- a/src/views/user/outemployess.vue
+++ b/src/views/user/outemployess.vue
@@ -14,7 +14,7 @@
</el-row>
<div v-show="advancedQueryShow">
<el-row style="margin-bottom: 10px;">
- <el-col :span="3">员工编号:
+ <el-col :span="3">编号:
<el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" />
</el-col>
<el-col :span="3">姓名:
@@ -211,7 +211,7 @@
>编辑</span> -->
</template>
</el-table-column>
- <el-table-column show-overflow-tooltip="true" prop="empNumb" label="员工编号" width="100" />
+ <el-table-column show-overflow-tooltip="true" prop="empNumb" label="编号" width="100" />
<el-table-column show-overflow-tooltip="true" prop="deptName" label="部门(护卫点)" width="80" />
<el-table-column show-overflow-tooltip="true" prop="jobName" label="岗位" width="100" />
<el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="100" />
@@ -250,7 +250,7 @@
<el-container>
<el-aside width="200px">
<el-card class="info-card" shadow="always" @click.native="isShow(showArr[0],0)">
- 员工编号
+ 编号
</el-card>
<el-card class="info-card" shadow="always" @click.native="isShow(showArr[0],0)">
100452312
@@ -1003,7 +1003,7 @@
}, // 查询参数
sort: {}, // 排序
pagination: { // 分页参数
- size: 10,
+ size: 15,
num: 1
},
headerHeight: '30px',
--
Gitblit v1.8.0