update:审核优化

This commit is contained in:
2025-12-26 13:50:07 +08:00
parent b4d748fe72
commit 3cc5b76bed
11 changed files with 87 additions and 22 deletions

View File

@@ -548,16 +548,16 @@ export const appList = [
// icon: 'fa fa-arrow-circle-right',
// },
// },
// {
// name: 'taskCompleted',
// zhCn: '已完成任务',
// en: 'Completed Task',
// path: '/task/completed',
// component: () => import('/@/views/flow/task/completed.vue'),
// meta: {
// icon: 'fa fa-hand-o-right',
// },
// },
{
name: 'taskCompleted',
zhCn: '已完成任务',
en: 'Completed Task',
path: '/task/completed',
component: () => import('/@/views/flow/task/completed.vue'),
meta: {
icon: 'fa fa-hand-o-right',
},
},
],
},
{