diff --git a/src/views/hrm/employee.vue b/src/views/hrm/employee.vue index 386703fd..4c4ab1ee 100644 --- a/src/views/hrm/employee.vue +++ b/src/views/hrm/employee.vue @@ -2,29 +2,89 @@ - - + + - + + + + - - + + - + - [{{ jobOptions[scope.row.job_state] }}] + [{{ jobOptions[scope.row.job_state] }}] {{ userTypeOptions[scope.row.type] }} - + 在岗 @@ -38,28 +98,53 @@ - - + + {{ - scope.row.belong_dept_.name + scope.row.belong_dept_.name }} - - - {{ - scope.row.user_.username - }} - - + + + {{ scope.row.user_.username }} + + - {{ - scope.row.blt_.code - }} + + {{ scope.row.blt_.code }} + + {{ scope.row.location.area_fix_name }}- + ({{ scope.row.location.xx_detail.longitude }}, + {{ scope.row.location.xx_detail.latitude }}) + + - + - 查看 + 查看 - 编辑 + 编辑 - 解绑 + 解绑 - 绑卡 + 绑卡 - + - +