|
|
@@ -46,9 +46,9 @@
|
|
|
highlight-current-row="true" @row-dblclick="updateCompanyFunc"
|
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
|
@selection-change="handleSelectionChange">
|
|
|
- <el-table-column sortable align="center" label="员工编号" prop="员工编号" width="80" />
|
|
|
- <el-table-column sortable align="left" label="员工姓名" prop="员工姓名" width="80"/>
|
|
|
- <el-table-column sortable align="center" label="性别" prop="性别" width="45"/>
|
|
|
+ <el-table-column sortable align="center" label="员工编号" prop="员工编号" width="120" />
|
|
|
+ <el-table-column sortable align="left" label="员工姓名" prop="员工姓名" width="120"/>
|
|
|
+ <el-table-column sortable align="center" label="性别" prop="性别" width="120"/>
|
|
|
<el-table-column sortable align="left" label="聘用日期" prop="聘用日期" width="110" />
|
|
|
<el-table-column sortable align="left" label="转正日期" prop="转正日期" width="110" />
|
|
|
<el-table-column sortable align="left" label="所在部门" prop="所在部门" width="110" />
|
|
|
@@ -56,13 +56,13 @@
|
|
|
<el-table-column sortable align="left" label="身份证号" prop="身份证号" width="160" />
|
|
|
<el-table-column sortable align="left" label="出生日期" prop="出生日期" width="110" />
|
|
|
<el-table-column sortable align="left" label="人员性质" prop="人员性质" width="110" />
|
|
|
- <el-table-column sortable align="left" label="人员类别" prop="人员类别" width="90" />
|
|
|
+ <el-table-column sortable align="left" label="人员类别" prop="人员类别" width="120" />
|
|
|
<el-table-column sortable align="left" label="班次类型" prop="班次类型" width="120" />
|
|
|
- <el-table-column sortable align="left" label="工资表类别" prop="工资表类别" width="160" />
|
|
|
- <el-table-column sortable align="left" label="薪酬核算分组" prop="薪酬核算分组" width="110" />
|
|
|
- <el-table-column sortable align="left" label="MES在职" prop="在职状态" width="80" />
|
|
|
- <el-table-column sortable align="left" label="U8在职" prop="U8在职" width="80" />
|
|
|
- <el-table-column sortable align="left" label="U8离职日期" prop="U8离职日期" width="110" />
|
|
|
+ <el-table-column sortable align="left" label="工资表类别" prop="工资表类别" width="140" />
|
|
|
+ <el-table-column sortable align="left" label="薪酬核算分组" prop="薪酬核算分组" width="140" />
|
|
|
+ <el-table-column sortable align="left" label="MES在职" prop="在职状态" width="120" />
|
|
|
+ <el-table-column sortable align="left" label="U8在职" prop="U8在职" width="120" />
|
|
|
+ <el-table-column sortable align="left" label="U8离职日期" prop="U8离职日期" width="120" />
|
|
|
<el-table-column sortable align="left" label="创建用户" prop="sys_id" width="110" />
|
|
|
<el-table-column sortable align="left" label="创建时间" prop="sys_rq" width="110" />
|
|
|
<el-table-column sortable align="left" label="修改时间" prop="mod_rq" width="110" />
|