From 6feaeb22bf6e85e12a4b043ebaf1672f9b637f13 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 3 Jan 2025 17:35:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(x):=20=E6=96=B0=E5=A2=9E=E5=87=BA=E6=A0=8F?= =?UTF-8?q?=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 - 添加出栏审核相关的三个子页面:add、list 和 AppSellAudit - 实现出umu栏审核的添加、列表展示和审批功能 - 集成字典加载、权限控制和用户信息获取 - 优化表格数据加载和搜索过滤 --- project/xumu/AppSellAudit/AppSellAudit.vue | 35 +++++ project/xumu/AppSellAudit/add.vue | 149 +++++++++++++++++++++ project/xumu/AppSellAudit/list.vue | 102 ++++++++++++++ 3 files changed, 286 insertions(+) create mode 100644 project/xumu/AppSellAudit/AppSellAudit.vue create mode 100644 project/xumu/AppSellAudit/add.vue create mode 100644 project/xumu/AppSellAudit/list.vue diff --git a/project/xumu/AppSellAudit/AppSellAudit.vue b/project/xumu/AppSellAudit/AppSellAudit.vue new file mode 100644 index 00000000..aa90e29a --- /dev/null +++ b/project/xumu/AppSellAudit/AppSellAudit.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppSellAudit/add.vue b/project/xumu/AppSellAudit/add.vue new file mode 100644 index 00000000..8fb42435 --- /dev/null +++ b/project/xumu/AppSellAudit/add.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/project/xumu/AppSellAudit/list.vue b/project/xumu/AppSellAudit/list.vue new file mode 100644 index 00000000..1a953538 --- /dev/null +++ b/project/xumu/AppSellAudit/list.vue @@ -0,0 +1,102 @@ + + + + +