|
|
|
@ -86,12 +86,12 @@
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="employeeList" @selection-change="handleSelectionChange">
|
|
|
|
<el-table v-loading="loading" :data="employeeList" @selection-change="handleSelectionChange">
|
|
|
|
<el-table-column type="selection" width="55" align="center" fixed/>
|
|
|
|
<!-- <el-table-column type="selection" width="55" align="center" fixed/>-->
|
|
|
|
<!-- <el-table-column label="主键" align="center" prop="id" fixed/>-->
|
|
|
|
<!-- <el-table-column label="主键" align="center" prop="id" fixed/>-->
|
|
|
|
<!-- <el-table-column label="工号" align="center" prop="wordId" fixed/>-->
|
|
|
|
<!-- <el-table-column label="工号" align="center" prop="wordId" fixed/>-->
|
|
|
|
<!-- <el-table-column label="所属部门" align="center" prop="deptId" :show-overflow-tooltip="true" min-width="120"/>-->
|
|
|
|
<!-- <el-table-column label="所属部门" align="center" prop="deptId" :show-overflow-tooltip="true" min-width="120"/>-->
|
|
|
|
<el-table-column label="部门名称" align="center" prop="deptName" :show-overflow-tooltip="true" min-width="120"/>
|
|
|
|
<el-table-column label="部门名称" align="center" prop="deptName"/>
|
|
|
|
<el-table-column label="职工姓名" align="center" prop="empName" :show-overflow-tooltip="true" min-width="120"/>
|
|
|
|
<el-table-column label="职工姓名" align="center" prop="empName"/>
|
|
|
|
<!-- <el-table-column label="性别" align="center" prop="sex" :show-overflow-tooltip="true" min-width="120">
|
|
|
|
<!-- <el-table-column label="性别" align="center" prop="sex" :show-overflow-tooltip="true" min-width="120">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<dict-tag :options="dict.type.sys_user_sex" :value="scope.row.sex"/>
|
|
|
|
<dict-tag :options="dict.type.sys_user_sex" :value="scope.row.sex"/>
|
|
|
|
@ -99,7 +99,7 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="年龄" align="center" prop="age" />
|
|
|
|
<el-table-column label="年龄" align="center" prop="age" />
|
|
|
|
<el-table-column label="身份" align="center" prop="position" />-->
|
|
|
|
<el-table-column label="身份" align="center" prop="position" />-->
|
|
|
|
<el-table-column label="附件" align="center" prop="docs" width="120">
|
|
|
|
<el-table-column label="附件" align="center" prop="docs">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
|