Commit 085d0fa0 authored by liwei's avatar liwei

修改了路由

parent 70e6e992
......@@ -457,6 +457,15 @@ export const QualityRuleRoute: AppRouteRecordRaw = {
currentActiveMenu: '/dataQuality/dataSheet/rule',
},
children: [
{
path: 'dataSheet/rule',
name: 'rule',
component: () => import('@/views/dataQuality/dataSheet/rule/index.vue'),
meta: {
title: '质量规则批量创建',
icon: '',
},
},
{
path: 'ruleMoreAdd',
name: 'RuleMoreAdd',
......
......@@ -425,7 +425,7 @@ function Button(record) {
/**查看质量规则 按钮*/
function lookQualityButton(record) {
router.push({
path: '/dataQuality/rule',
path: '/dataQuality/dataSheet/rule',
query: {
},
......@@ -435,7 +435,7 @@ function lookQualityButton(record) {
/**创建质量规则 按钮*/
function createQualityButton(record) {
router.push({
path: '/dataQuality/rule',
path: '/dataQuality/dataSheet/rule',
query: {
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment