diff --git a/offer_frontend/src/views/admin/ApplicationManageView.vue b/offer_frontend/src/views/admin/ApplicationManageView.vue index e22dfa4..79e0b74 100644 --- a/offer_frontend/src/views/admin/ApplicationManageView.vue +++ b/offer_frontend/src/views/admin/ApplicationManageView.vue @@ -1,3 +1,71 @@ - 投递管理 - 开发中 + + 投递管理 + + + + {{ row.resume_snapshot?.name }} + + + + + + + + + + + + + + + + 查看简历 + + + + + + + 姓名:{{ currentResume.name }} + 性别:{{ currentResume.gender }} + 教育经历 + {{ e.school }} · {{ e.degree }} · {{ e.major }} + 工作经历 + {{ e.company }} · {{ e.position }} · {{ e.duration }} + + 下载简历附件 + + + + + diff --git a/offer_frontend/src/views/admin/JobManageView.vue b/offer_frontend/src/views/admin/JobManageView.vue index 82a6d89..a5d6c6e 100644 --- a/offer_frontend/src/views/admin/JobManageView.vue +++ b/offer_frontend/src/views/admin/JobManageView.vue @@ -1,3 +1,93 @@ - 职位管理 - 开发中 + + + 职位管理 + 发布职位 + + + + + + + + + {{ { draft:'草稿', published:'已发布', closed:'已关闭' }[row.status] }} + + + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + 取消 + 保存 + + + + diff --git a/offer_frontend/src/views/admin/OrganizationManageView.vue b/offer_frontend/src/views/admin/OrganizationManageView.vue index 263a3b5..bd442e2 100644 --- a/offer_frontend/src/views/admin/OrganizationManageView.vue +++ b/offer_frontend/src/views/admin/OrganizationManageView.vue @@ -1,3 +1,74 @@ - 组织架构管理 - 开发中 + + + 组织架构管理 + 新增公司 + + + + + {{ row.parent ? orgs.find(o=>o.id===row.parent)?.name : '(集团)' }} + + + + {{ row.is_active?'启用':'停用' }} + + + 编辑 + + + + + + + + + + + + + + + + + 取消 + 保存 + + + + diff --git a/offer_frontend/src/views/admin/UserManageView.vue b/offer_frontend/src/views/admin/UserManageView.vue index ef8929d..0d32995 100644 --- a/offer_frontend/src/views/admin/UserManageView.vue +++ b/offer_frontend/src/views/admin/UserManageView.vue @@ -1,3 +1,88 @@ - 用户管理 - 开发中 + + + 用户管理 + 新增管理员 + + + + + + + + {{ { superadmin:'超管', admin:'公司管理员', seeker:'求职者' }[row.role] }} + + + + + {{ row.organization ? orgs.find(o=>o.id===row.organization)?.name : '-' }} + + + {{ row.is_active?'正常':'停用' }} + + + 编辑 + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 保存 + + + +
姓名:{{ currentResume.name }}
性别:{{ currentResume.gender }}