资产公示异议处理
Showing
1 changed file
with
21 additions
and
0 deletions
| ... | @@ -176,5 +176,26 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -176,5 +176,26 @@ const routes: RouteRecordRaw[] = [ |
| 176 | } | 176 | } |
| 177 | ], | 177 | ], |
| 178 | }, | 178 | }, |
| 179 | { | ||
| 180 | path: '/data-asset-register/objection-handle', | ||
| 181 | component: Layout, | ||
| 182 | meta: { | ||
| 183 | title: '公示异议处理', | ||
| 184 | icon: 'ep:grid', | ||
| 185 | }, | ||
| 186 | children: [ | ||
| 187 | { | ||
| 188 | path: '', | ||
| 189 | name: 'damObjectionHandle', | ||
| 190 | component: () => import('@/views/data_asset/damObjectionHandle.vue'), | ||
| 191 | meta: { | ||
| 192 | title: '公示异议处理', | ||
| 193 | sidebar: false, | ||
| 194 | cache: true, | ||
| 195 | breadcrumb: false, | ||
| 196 | }, | ||
| 197 | }, | ||
| 198 | ] | ||
| 199 | } | ||
| 179 | ] | 200 | ] |
| 180 | export default routes | 201 | export default routes | ... | ... |
-
Please register or sign in to post a comment