| | |
| | | { |
| | | path: 'detail', |
| | | name: 'check-result-contract', |
| | | component: () => import('@/views/system/check-result/contract/detail'), |
| | | component: () => import('@/views/system/result/default/detail'), |
| | | meta: { title: '合同结果详情', activeMenu: '/system/check-result/contract' } |
| | | } |
| | | ] |
| | |
| | | { |
| | | path: 'detail', |
| | | name: 'check-result-city', |
| | | component: () => import('@/views/system/check-result/city/detail'), |
| | | component: () => import('@/views/system/result/city/detail'), |
| | | meta: { title: '市局考核结果详情', activeMenu: '/system/check-result/city' } |
| | | } |
| | | ] |
| | |
| | | { |
| | | path: 'detail', |
| | | name: 'check-result-province', |
| | | component: () => import('@/views/system/check-result/province/detail'), |
| | | component: () => import('@/views/system/result/province/detail'), |
| | | meta: { title: '省厅考核结果详情', activeMenu: '/system/check-result/province' } |
| | | } |
| | | ] |