File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
ui/src/views/system/resource-authorization Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" resource-authorization p-16-24" >
33 <div class =" flex align-center mb-16" >
4- <h2 >{{ $t('views.resourceAuthorization.title') }}</h2 >
4+ <el-breadcrumb separator-icon =" ArrowRight" >
5+ <el-breadcrumb-item >{{ t('views.resourceAuthorization.title') }}</el-breadcrumb-item >
6+ <el-breadcrumb-item >
7+ <h5 class =" ml-4 color-text-primary" >{{ activeData.label }}</h5 >
8+ </el-breadcrumb-item >
9+ </el-breadcrumb >
510 <!-- 企业版: 工作空间下拉框-->
6- <el-divider
7- class =" mr-16"
8- direction =" vertical"
9- v-if =" hasPermission(EditionConst.IS_EE, 'OR')"
10- />
11+ <el-divider class =" ml-24" direction =" vertical" v-if =" hasPermission(EditionConst.IS_EE, 'OR')" />
1112 <WorkspaceDropdown
1213 v-if =" hasPermission(EditionConst.IS_EE, 'OR')"
1314 :data =" workspaceList"
@@ -146,7 +147,6 @@ const activeData = computed(() => {
146147 })[0 ]
147148})
148149
149-
150150watch (filterText , (val : any ) => {
151151 if (val ) {
152152 filterMember .value = memberList .value .filter ((v : any ) =>
You can’t perform that action at this time.
0 commit comments