From 95e00a089fb91a1d7959717305b7d313b904213f Mon Sep 17 00:00:00 2001 From: zhoulexin Date: Wed, 27 May 2026 14:16:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=A5=E5=90=8D=E7=AB=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=AC=AC=E4=B8=89=E6=9C=9F=E3=80=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=AB=AF=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E4=BA=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/DashboardPage.vue | 6 ++++-- src/views/client/FormPage.vue | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/admin/DashboardPage.vue b/src/views/admin/DashboardPage.vue index 75a03c0..bde57d2 100644 --- a/src/views/admin/DashboardPage.vue +++ b/src/views/admin/DashboardPage.vue @@ -144,8 +144,8 @@
{ 报名编号: item.id, 姓名: item.name, 所在单位: item.organization, + 推荐人: item.referrer, + 推荐人单位: item.referrerCompany, 部门: item.department || '', 职务: item.title, 手机号: item.phone, diff --git a/src/views/client/FormPage.vue b/src/views/client/FormPage.vue index 18282f0..8087bed 100644 --- a/src/views/client/FormPage.vue +++ b/src/views/client/FormPage.vue @@ -184,6 +184,9 @@ 第二期 5月26-28日 + + 第三期 6月02-04日 +