增加查看报备页面
This commit is contained in:
@ -23,6 +23,14 @@ const routes = [
|
||||
title: '报备'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/reportingList",
|
||||
name: 'reportingList',
|
||||
component: () => import('@/views/index/reportingList.vue'),
|
||||
meta: {
|
||||
title: '查看报备'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/workOrderDetail",
|
||||
name: 'workOrderDetail',
|
||||
|
Reference in New Issue
Block a user