From d452fe1b10c989aebe1774cf27ba94b4acf0567f Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Fri, 1 Dec 2023 02:16:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E5=88=86=E7=BB=84=E5=86=85=E5=85=83=E7=B4=A0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/host-group-tree.vue | 0 .../components/host-group-view-role-grant.vue | 1 - .../components/host-group-view-user-grant.vue | 1 - .../components/host-list.vue | 0 orion-ops-ui/src/views/asset/grant/index.vue | 33 ++++++++----------- .../src/views/asset/grant/types/const.ts | 5 +++ .../src/views/asset/host-group/types/const.ts | 5 --- 7 files changed, 18 insertions(+), 27 deletions(-) rename orion-ops-ui/src/views/asset/{host-group => grant}/components/host-group-tree.vue (100%) rename orion-ops-ui/src/views/asset/{host-group => grant}/components/host-group-view-role-grant.vue (99%) rename orion-ops-ui/src/views/asset/{host-group => grant}/components/host-group-view-user-grant.vue (99%) rename orion-ops-ui/src/views/asset/{host-group => grant}/components/host-list.vue (100%) delete mode 100644 orion-ops-ui/src/views/asset/host-group/types/const.ts diff --git a/orion-ops-ui/src/views/asset/host-group/components/host-group-tree.vue b/orion-ops-ui/src/views/asset/grant/components/host-group-tree.vue similarity index 100% rename from orion-ops-ui/src/views/asset/host-group/components/host-group-tree.vue rename to orion-ops-ui/src/views/asset/grant/components/host-group-tree.vue diff --git a/orion-ops-ui/src/views/asset/host-group/components/host-group-view-role-grant.vue b/orion-ops-ui/src/views/asset/grant/components/host-group-view-role-grant.vue similarity index 99% rename from orion-ops-ui/src/views/asset/host-group/components/host-group-view-role-grant.vue rename to orion-ops-ui/src/views/asset/grant/components/host-group-view-role-grant.vue index 3b731da1..5c49a660 100644 --- a/orion-ops-ui/src/views/asset/host-group/components/host-group-view-role-grant.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-group-view-role-grant.vue @@ -138,7 +138,6 @@