From 75d5971e4227bc36a97c5c98ae629709a4da23a6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jan 2025 16:50:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(xumu):=20=E6=96=B0=E5=A2=9E=E6=B7=98?= =?UTF-8?q?=E6=B1=B0=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 - 添加 AppOutAudit组件作为淘汰审核的主入口- 实现 add.vue 页面,用于展示和编辑淘汰审核详情 - 创建 list.vue 页面,用于展示淘汰审核列表 - 在 AppOutManage 中将淘汰日期字段从 createTime改为 outTime --- project/xumu/AppOutAudit/AppOutAudit.vue | 35 +++++ project/xumu/AppOutAudit/add.vue | 157 +++++++++++++++++++++++ project/xumu/AppOutAudit/list.vue | 111 ++++++++++++++++ project/xumu/AppOutManage/add.vue | 6 +- 4 files changed, 306 insertions(+), 3 deletions(-) create mode 100644 project/xumu/AppOutAudit/AppOutAudit.vue create mode 100644 project/xumu/AppOutAudit/add.vue create mode 100644 project/xumu/AppOutAudit/list.vue diff --git a/project/xumu/AppOutAudit/AppOutAudit.vue b/project/xumu/AppOutAudit/AppOutAudit.vue new file mode 100644 index 00000000..5f581039 --- /dev/null +++ b/project/xumu/AppOutAudit/AppOutAudit.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppOutAudit/add.vue b/project/xumu/AppOutAudit/add.vue new file mode 100644 index 00000000..adbfda84 --- /dev/null +++ b/project/xumu/AppOutAudit/add.vue @@ -0,0 +1,157 @@ + + + + + diff --git a/project/xumu/AppOutAudit/list.vue b/project/xumu/AppOutAudit/list.vue new file mode 100644 index 00000000..fe28f077 --- /dev/null +++ b/project/xumu/AppOutAudit/list.vue @@ -0,0 +1,111 @@ + + + + + diff --git a/project/xumu/AppOutManage/add.vue b/project/xumu/AppOutManage/add.vue index 0fd3263b..ad4cbec1 100644 --- a/project/xumu/AppOutManage/add.vue +++ b/project/xumu/AppOutManage/add.vue @@ -122,9 +122,9 @@ export default {
- - - + + +