增加查看报备页面

This commit is contained in:
2023-10-13 14:24:16 +08:00
parent 525bdc1bdf
commit 5924684357
3 changed files with 30 additions and 0 deletions

View File

@ -23,6 +23,14 @@ const routes = [
title: '报备'
}
},
{
path: "/reportingList",
name: 'reportingList',
component: () => import('@/views/index/reportingList.vue'),
meta: {
title: '查看报备'
}
},
{
path: "/workOrderDetail",
name: 'workOrderDetail',