From 908e65f1360eedb49fdae5ddc12f7eb73a343b5e Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 27 Dec 2024 18:06:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(xumu):=20=E6=96=B0=E5=A2=9E=E6=AD=BB?= =?UTF-8?q?=E4=BA=A1=E7=99=BB=E8=AE=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加死亡登记列表页面和新增/编辑页面 - 实现死亡登记数据的查询、新增、编辑和删除功能 -集成审批流,支持再次提交审批 - 优化搜索功能,支持多条件筛选 --- .../xumu/AppDeathManage/AppDeathManage.vue | 35 ++++ project/xumu/AppDeathManage/add.vue | 163 ++++++++++++++++++ project/xumu/AppDeathManage/list.vue | 143 +++++++++++++++ 3 files changed, 341 insertions(+) create mode 100644 project/xumu/AppDeathManage/AppDeathManage.vue create mode 100644 project/xumu/AppDeathManage/add.vue create mode 100644 project/xumu/AppDeathManage/list.vue diff --git a/project/xumu/AppDeathManage/AppDeathManage.vue b/project/xumu/AppDeathManage/AppDeathManage.vue new file mode 100644 index 00000000..19df0ebb --- /dev/null +++ b/project/xumu/AppDeathManage/AppDeathManage.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppDeathManage/add.vue b/project/xumu/AppDeathManage/add.vue new file mode 100644 index 00000000..14b073c0 --- /dev/null +++ b/project/xumu/AppDeathManage/add.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/project/xumu/AppDeathManage/list.vue b/project/xumu/AppDeathManage/list.vue new file mode 100644 index 00000000..18d04a05 --- /dev/null +++ b/project/xumu/AppDeathManage/list.vue @@ -0,0 +1,143 @@ + + + + +