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
1c02582ebc9ac4e57bc9b685e1dc93c050206380
Authored by
fengtao
2022-06-20 16:49:25 +0800
1 parent
009f0ed6
fix:修改日志管理CRUD权限标识
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/views/system/log/exception/index.vue
src/views/system/log/operate/index.vue
src/views/system/log/user/index.vue
src/views/system/log/exception/index.vue
View file @
1c02582
...
...
@@ -7,7 +7,7 @@
7
7
:actions="[
8
8
{
9
9
label: '详情',
10
-
auth: 'api:yt:
admin:viewFeedBack
',
10
+
auth: 'api:yt:
log:get
',
11
11
icon: 'clarity:note-edit-line',
12
12
onClick: handleViewDetail.bind(null, record),
13
13
},
...
...
src/views/system/log/operate/index.vue
View file @
1c02582
...
...
@@ -7,7 +7,7 @@
7
7
:actions="[
8
8
{
9
9
label: '详情',
10
-
auth: 'api:yt:
admin:viewFeedBack
',
10
+
auth: 'api:yt:
log:get
',
11
11
icon: 'clarity:note-edit-line',
12
12
onClick: handleViewDetail.bind(null, record),
13
13
},
...
...
src/views/system/log/user/index.vue
View file @
1c02582
...
...
@@ -7,7 +7,7 @@
7
7
:actions="[
8
8
{
9
9
label: '详情',
10
-
auth: 'api:yt:
admin:viewFeedBack
',
10
+
auth: 'api:yt:
log:get
',
11
11
icon: 'clarity:note-edit-line',
12
12
onClick: handleViewDetail.bind(null, record),
13
13
},
...
...