| | |
| | | <el-table-column prop="newDeptName" label="新护卫点" width="180" /> |
| | | <el-table-column prop="newJobName" label="新岗位名称" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="证件号码" width="180" /> |
| | | <el-table-column prop="changeType" label="调岗类型" width="180" /> |
| | | <el-table-column prop="changeType" label="调岗类型"> |
| | | <template scope="scope"> |
| | | {{ scope.row.changeType === '2' ? '升职': '' }} |
| | | {{ scope.row.changeType === '3' ? '调动': '' }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="changeDate" label="调岗位日期" width="180" /> |
| | | <el-table-column prop="changeReason" label="调岗原因" width="180" /> |
| | | </el-table> |