diff --git a/offer_frontend/src/components/CompanyCard.vue b/offer_frontend/src/components/CompanyCard.vue index f166d70..7dcbbcd 100644 --- a/offer_frontend/src/components/CompanyCard.vue +++ b/offer_frontend/src/components/CompanyCard.vue @@ -1,3 +1,10 @@ - CompanyCard - 开发中 + + + {{ org.name }} + {{ org.description?.slice(0,60) }} + + diff --git a/offer_frontend/src/components/JobCard.vue b/offer_frontend/src/components/JobCard.vue index d2e0466..e1453b8 100644 --- a/offer_frontend/src/components/JobCard.vue +++ b/offer_frontend/src/components/JobCard.vue @@ -1,3 +1,22 @@ - JobCard - 开发中 + + {{ job.title }} + + {{ job.company_name || job.organization_name }} + + {{ job.location }} + + {{ job.salary }} + + {{ job.category }} + + + diff --git a/offer_frontend/src/views/portal/CompanyDetailView.vue b/offer_frontend/src/views/portal/CompanyDetailView.vue index 9f557f7..6cecc34 100644 --- a/offer_frontend/src/views/portal/CompanyDetailView.vue +++ b/offer_frontend/src/views/portal/CompanyDetailView.vue @@ -1,3 +1,31 @@ - 公司详情 - 开发中 + + + {{ org.name }} + {{ org.description }} + 联系邮箱:{{ org.email }} + + 在招职位 + + + + diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 2a8db91..dd6db1b 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -1,3 +1,20 @@ - 公司列表 - 开发中 + + 公司列表 + + + + + + + diff --git a/offer_frontend/src/views/portal/HomeView.vue b/offer_frontend/src/views/portal/HomeView.vue index d594ead..0778fab 100644 --- a/offer_frontend/src/views/portal/HomeView.vue +++ b/offer_frontend/src/views/portal/HomeView.vue @@ -1,3 +1,37 @@ - 首页 - 开发中 + + + 发现你的理想职位 + + 搜索 + + + + 最新职位 + + + + + diff --git a/offer_frontend/src/views/portal/JobDetailView.vue b/offer_frontend/src/views/portal/JobDetailView.vue index 75455f6..d94e0f8 100644 --- a/offer_frontend/src/views/portal/JobDetailView.vue +++ b/offer_frontend/src/views/portal/JobDetailView.vue @@ -1,3 +1,65 @@ - 职位详情 - 开发中 + + + + + {{ job.title }} + + {{ job.organization?.name }} · {{ job.location }} · {{ job.salary }} + + + + + + + + + 立即投递 + + 登录后才能投递 + 已投递,可在"我的投递"查看进度 + + + + + diff --git a/offer_frontend/src/views/portal/JobListView.vue b/offer_frontend/src/views/portal/JobListView.vue index 62e7590..4f1878a 100644 --- a/offer_frontend/src/views/portal/JobListView.vue +++ b/offer_frontend/src/views/portal/JobListView.vue @@ -1,3 +1,52 @@ - 职位列表 - 开发中 + + + + + + + 搜索 + + + + + 共 {{ total }} 个职位 + + + + + +
{{ org.description }}
联系邮箱:{{ org.email }}
登录后才能投递
已投递,可在"我的投递"查看进度