任务清单-->日常任务包列表处理 下发任务 修改任务处理
This commit is contained in:
@ -558,6 +558,26 @@ export const privateRoutes = [{
|
||||
icon: "article-ranking"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/service/taskPage",
|
||||
component: () => import("@/views/backOfficeSystem/service/taskPage/dailyTaskPackage/index"),
|
||||
name: "taskPage",
|
||||
meta: {
|
||||
title: '任务清单',
|
||||
icon: "article-ranking"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/taskPageIndex",
|
||||
component: () => import("@/views/backOfficeSystem/service/taskPage/dailyTaskPackage/index"),
|
||||
name: "taskPageIndex",
|
||||
meta: {
|
||||
title: '日常任务包',
|
||||
icon: "article-ranking"
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/service/statutoryHolidays",
|
||||
component: () => import("@/views/backOfficeSystem/service/statutoryHolidays/index"),
|
||||
|
Reference in New Issue
Block a user