From b1c0beb8f6d7b639b44315a7df8b1021e0f89cb3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 24 Dec 2024 16:04:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppAuthManage):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E5=AE=A1=E6=A0=B8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加认证审核列表和详细页面组件 - 实现认证材料上传和审核功能 - 优化页面布局和样式 - 增加审核状态和备注说明功能 --- project/xumu/AppAuthManage/AppAuthManage.vue | 14 ++++- project/xumu/AppAuthManage/authAdd.vue | 59 ++++++++++++++------ project/xumu/AppAuthManage/authList.vue | 38 ++++++++----- ui/packages/layout/AiPage.vue | 37 +++++++++++- 4 files changed, 113 insertions(+), 35 deletions(-) diff --git a/project/xumu/AppAuthManage/AppAuthManage.vue b/project/xumu/AppAuthManage/AppAuthManage.vue index af79712c..e9cd731b 100644 --- a/project/xumu/AppAuthManage/AppAuthManage.vue +++ b/project/xumu/AppAuthManage/AppAuthManage.vue @@ -1,7 +1,14 @@ diff --git a/project/xumu/AppAuthManage/authAdd.vue b/project/xumu/AppAuthManage/authAdd.vue index 509ac4e1..f40ea492 100644 --- a/project/xumu/AppAuthManage/authAdd.vue +++ b/project/xumu/AppAuthManage/authAdd.vue @@ -1,41 +1,55 @@