From 20f6b188e30175c9762012e18a51d7eb1d2024ab Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 25 Mar 2026 15:12:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AE=80=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E4=B8=BA=E4=B8=A4=E6=A0=8F=E5=B8=83=E5=B1=80=EF=BC=88?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=88=97=E8=A1=A8=20+=20=E8=81=8C=E4=BD=8D?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除右侧详情面板,只保留企业选择和职位列表展示: - 左栏:全部企业(父公司和子公司树形展示) - 右栏:所选企业的职位列表 - 点击职位链接到详情页面 简化了代码结构,移除了 selectJob、handleApply、handleCollect 等不需要的逻辑。 Co-Authored-By: Claude Haiku 4.5 --- offer_frontend/src/views/portal/HomeView.vue | 419 ++----------------- 1 file changed, 30 insertions(+), 389 deletions(-) diff --git a/offer_frontend/src/views/portal/HomeView.vue b/offer_frontend/src/views/portal/HomeView.vue index 2bb8f1a..bb1953f 100644 --- a/offer_frontend/src/views/portal/HomeView.vue +++ b/offer_frontend/src/views/portal/HomeView.vue @@ -1,5 +1,5 @@