From ced505b5851bef785cb15cd9fcf45f2fabd8c76e Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jan 2025 18:02:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(xumu):=20=E6=96=B0=E5=A2=9E=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E6=A1=A3=E6=A1=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 AppBreedArchive 组件作为电子档案的主入口 - 实现档案列表页面,包括筛选、搜索和导出功能 - 实现档案详细信息页面,展示基础信息和记录 - 集成 vuex 状态管理,支持用户信息和字典数据的全局共享 --- .../xumu/AppBreedArchive/AppBreedArchive.vue | 35 ++++++ project/xumu/AppBreedArchive/add.vue | 102 ++++++++++++++++ project/xumu/AppBreedArchive/list.vue | 110 ++++++++++++++++++ 3 files changed, 247 insertions(+) create mode 100644 project/xumu/AppBreedArchive/AppBreedArchive.vue create mode 100644 project/xumu/AppBreedArchive/add.vue create mode 100644 project/xumu/AppBreedArchive/list.vue diff --git a/project/xumu/AppBreedArchive/AppBreedArchive.vue b/project/xumu/AppBreedArchive/AppBreedArchive.vue new file mode 100644 index 00000000..e0a4781d --- /dev/null +++ b/project/xumu/AppBreedArchive/AppBreedArchive.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppBreedArchive/add.vue b/project/xumu/AppBreedArchive/add.vue new file mode 100644 index 00000000..9b0e2405 --- /dev/null +++ b/project/xumu/AppBreedArchive/add.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/project/xumu/AppBreedArchive/list.vue b/project/xumu/AppBreedArchive/list.vue new file mode 100644 index 00000000..0baae5b3 --- /dev/null +++ b/project/xumu/AppBreedArchive/list.vue @@ -0,0 +1,110 @@ + + + + +