Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
3f86eefa
Commit
3f86eefa
authored
Nov 14, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
02a04de0
085d0fa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
2 deletions
+47
-2
index.ts
src/router/routes/index.ts
+45
-0
relatedRelationships.vue
...ews/dataStandards/basicStandards/relatedRelationships.vue
+2
-2
No files found.
src/router/routes/index.ts
View file @
3f86eefa
...
@@ -383,6 +383,42 @@ export const DataStandardRoute: AppRouteRecordRaw = {
...
@@ -383,6 +383,42 @@ export const DataStandardRoute: AppRouteRecordRaw = {
icon
:
''
,
icon
:
''
,
},
},
},
},
{
path
:
'publicCode/detailPublicCode'
,
name
:
'detailPublicCode'
,
component
:
()
=>
import
(
'@/views/dataStandards/publicCode/detailPublicCode.vue'
),
meta
:
{
title
:
'公共代码详情'
,
icon
:
''
,
},
},
{
path
:
'publicCode/editDetail'
,
name
:
'editDetail'
,
component
:
()
=>
import
(
'@/views/dataStandards/publicCode/editDetail.vue'
),
meta
:
{
title
:
'公共代码编辑'
,
icon
:
''
,
},
},
{
path
:
'publicCode/publicCodeContrast'
,
name
:
'publicCodeContrast'
,
component
:
()
=>
import
(
'@/views/dataStandards/publicCode/publicCodeContrast.vue'
),
meta
:
{
title
:
'公共代码对比'
,
icon
:
''
,
},
},
{
path
:
'publicCode/relatedRelationships'
,
name
:
'relatedRelationships2'
,
component
:
()
=>
import
(
'@/views/dataStandards/publicCode/relatedRelationships.vue'
),
meta
:
{
title
:
'公共代码关联关系'
,
icon
:
''
,
},
},
],
],
};
};
...
@@ -421,6 +457,15 @@ export const QualityRuleRoute: AppRouteRecordRaw = {
...
@@ -421,6 +457,15 @@ export const QualityRuleRoute: AppRouteRecordRaw = {
currentActiveMenu
:
'/dataQuality/dataSheet/rule'
,
currentActiveMenu
:
'/dataQuality/dataSheet/rule'
,
},
},
children
:
[
children
:
[
{
path
:
'dataSheet/rule'
,
name
:
'rule'
,
component
:
()
=>
import
(
'@/views/dataQuality/dataSheet/rule/index.vue'
),
meta
:
{
title
:
'质量规则批量创建'
,
icon
:
''
,
},
},
{
{
path
:
'ruleMoreAdd'
,
path
:
'ruleMoreAdd'
,
name
:
'RuleMoreAdd'
,
name
:
'RuleMoreAdd'
,
...
...
src/views/dataStandards/basicStandards/relatedRelationships.vue
View file @
3f86eefa
...
@@ -425,7 +425,7 @@ function Button(record) {
...
@@ -425,7 +425,7 @@ function Button(record) {
/**查看质量规则 按钮*/
/**查看质量规则 按钮*/
function
lookQualityButton
(
record
)
{
function
lookQualityButton
(
record
)
{
router
.
push
({
router
.
push
({
path
:
'/dataQuality/rule'
,
path
:
'/dataQuality/
dataSheet/
rule'
,
query
:
{
query
:
{
},
},
...
@@ -435,7 +435,7 @@ function lookQualityButton(record) {
...
@@ -435,7 +435,7 @@ function lookQualityButton(record) {
/**创建质量规则 按钮*/
/**创建质量规则 按钮*/
function
createQualityButton
(
record
)
{
function
createQualityButton
(
record
)
{
router
.
push
({
router
.
push
({
path
:
'/dataQuality/rule'
,
path
:
'/dataQuality/
dataSheet/
rule'
,
query
:
{
query
:
{
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment