Skip to content

Commit 75c9937

Browse files
committed
fix: Role col in resource manage
1 parent a550725 commit 75c9937

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • ui/src/components/resource-authorization-drawer

ui/src/components/resource-authorization-drawer/index.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@
9898
:label="$t('views.login.loginForm.username.label')"
9999
/>
100100
<el-table-column
101-
v-if="
102-
hasPermission([EditionConst.IS_EE, EditionConst.IS_PE], 'OR') && apiType === 'workspace'
103-
"
101+
v-if="hasPermission([EditionConst.IS_EE, EditionConst.IS_PE], 'OR')"
104102
prop="role_name"
105103
:label="$t('views.role.member.role')"
106104
width="160"

0 commit comments

Comments
 (0)