diff --git a/src/router/index_Common.js b/src/router/index_Common.js index e9b315e01..78b730364 100644 --- a/src/router/index_Common.js +++ b/src/router/index_Common.js @@ -929,27 +929,6 @@ export const asyncRouter = [ hidden: true } ] - }, - { - path: 'iscs/system', - redirect: '/iscs/system', - component: IscsSystem, - meta: { - i18n: 'router.iscsSystem', - roles: [admin] - }, - children: [ - { - path: 'config/:mode', - component: IscsConfig, - hidden: true - }, - { - path: 'stationConfig/:mode', - component: IscsStationConfig, - hidden: true - } - ] } ] }, @@ -976,6 +955,26 @@ export const asyncRouter = [ component: IscsDraw, hidden: true } + ] + }, + { + path: 'system', + component: IscsSystem, + meta: { + i18n: 'router.iscsSystem', + roles: [admin, user] + }, + children: [ + { + path: 'config/:mode', + component: IscsConfig, + hidden: true + }, + { + path: 'stationConfig/:mode', + component: IscsStationConfig, + hidden: true + } ] } ] diff --git a/src/views/iscs/iscsDraw/group/card.vue b/src/views/iscs/iscsDraw/group/card.vue index c656abf28..b77f26fca 100644 --- a/src/views/iscs/iscsDraw/group/card.vue +++ b/src/views/iscs/iscsDraw/group/card.vue @@ -1,18 +1,23 @@ + diff --git a/src/views/iscs/iscsDraw/group/create.vue b/src/views/iscs/iscsDraw/group/create.vue new file mode 100644 index 000000000..44ebcc7f2 --- /dev/null +++ b/src/views/iscs/iscsDraw/group/create.vue @@ -0,0 +1,36 @@ + + + diff --git a/src/views/iscs/iscsDraw/group/tab-custom.vue b/src/views/iscs/iscsDraw/group/tab-custom.vue index 11dd98a43..91b149736 100644 --- a/src/views/iscs/iscsDraw/group/tab-custom.vue +++ b/src/views/iscs/iscsDraw/group/tab-custom.vue @@ -1,31 +1,35 @@