Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5e79007f
authored
2025-03-27 13:29:18 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
资产公示异议处理
1 parent
451e8e3e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
src/router/modules/dataAssetRegistry.ts
src/router/modules/dataAssetRegistry.ts
View file @
5e79007
...
...
@@ -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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment