From 8cca4a8f4576f742621cb6902f825880bf24e604 Mon Sep 17 00:00:00 2001 From: lbw_9527443 <780139497@qq.com> Date: Wed, 18 Mar 2026 17:52:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=A8=E6=88=B7=E4=B8=BB=E9=A1=B5):=20?= =?UTF-8?q?=E9=87=8D=E6=9E=84=E7=94=A8=E6=88=B7=E4=B8=BB=E9=A1=B5=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=8F=8A=E4=B8=8A=E4=BC=A0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(管理后台): 优化管理员列表页及分配功能 - 用户主页新增文件上传限制及数据回显逻辑 - 重构表单提交数据处理逻辑,确保数据纯净 - 管理后台新增分页查询及远程数据加载 - 优化分配操作流程,增加状态管理 --- src/views/AdminIndex.vue | 391 ++++++++++++++++++++++----------------- src/views/UserHome.vue | 263 +++++++++++++------------- 2 files changed, 357 insertions(+), 297 deletions(-) diff --git a/src/views/AdminIndex.vue b/src/views/AdminIndex.vue index 89f9f53..58ba40d 100644 --- a/src/views/AdminIndex.vue +++ b/src/views/AdminIndex.vue @@ -9,7 +9,6 @@