6ee167ba by lihua

资产公示异议处理

1 parent 8499ffed
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!