feat: 内容稿件审核列表

This commit is contained in:
rd
2025-08-04 17:05:44 +08:00
parent eb76d00a8e
commit e2f2d26d00
14 changed files with 190 additions and 56 deletions

View File

@ -81,6 +81,20 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
component: () => import('@/views/creative-generation-workshop/manuscript/check-list/index.vue'),
},
{
path: 'check-list/detail/:id',
name: 'ManuscriptCheckListDetail',
meta: {
locale: '内容稿件审核详情',
requiresAuth: false,
requireLogin: false,
hideFooter: true,
hideInMenu: true,
roles: ['*'],
activeMenu: 'ManuscriptCheckList',
},
component: () => import('@/views/creative-generation-workshop/manuscript/detail/index.vue'),
},
{
path: 'check/:id',
name: 'ManuscriptCheck',