371289c7 by lihua

资产公示异议处理

1 parent 5dacd665
......@@ -176,5 +176,26 @@ const routes: RouteRecordRaw[] = [
}
],
},
{
path: '/data-asset-register/objection-handle',
component: Layout,
meta: {
title: '公示异议处理',
icon: 'ep:grid',
},
children: [
{
path: '',
name: 'damObjectionHandle',
component: () => import('@/views/data_asset/damObjectionHandle.vue'),
meta: {
title: '公示异议处理',
sidebar: false,
cache: true,
breadcrumb: false,
},
},
]
}
]
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!