Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4e23403bec5fd84369a09af5ec15b1cdd14ee1fc
Authored by
loveumiko
2023-09-19 14:54:47 +0800
1 parent
ced7badb
fix: 租户角色在启用状态下,隐藏删除按钮
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/tenant/role/index.vue
src/views/tenant/role/index.vue
View file @
4e23403
...
...
@@ -41,6 +41,7 @@
41
41
{
42
42
label: '删除',
43
43
auth: 'api:yt:role:delete',
44
+
ifShow: !record.status,
44
45
icon: 'ant-design:delete-outlined',
45
46
color: 'error',
46
47
popConfirm: {
...
...