From 861f2315157ab44249e161eeded21175d17b20fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Wed, 21 May 2025 14:08:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(user):=20=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2=E7=9A=84API?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=92=8C=E8=A1=A8=E5=8D=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将`/position` API路径更新为`/position/pcindex` - 在用户信息页面中,将社会职务信息包裹在`div`标签中 - 在注册页面中,将推荐人姓名的绑定字段从`recommendation_name`改为`recommendation_id` - 添加导出PDF文件的提示对话框 - 在用户添加和编辑页面中,增加协会职位的选择功能,并优化表单验证逻辑 - 统一处理PDF文件的显示方式,使用统一图片代替原有图标 --- src/pages/register/index.vue | 35 +++++++++++++--- src/pages/user/user_add.vue | 51 ++++++++++++++++------- src/pages/user/user_edit.vue | 80 +++++++++++++++++++++++++----------- src/pages/user/user_info.vue | 8 ++-- src/pages/user/user_plan.vue | 2 +- 5 files changed, 127 insertions(+), 49 deletions(-) diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue index 41e8099..54e7dc8 100644 --- a/src/pages/register/index.vue +++ b/src/pages/register/index.vue @@ -43,7 +43,7 @@