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
e59c0b1a5621da63ebf6e2330ea99849af8679a7
Authored by
fengtao
2022-06-20 15:30:57 +0800
1 parent
7b31d475
fix:修改告警记录CRUD权限标识
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/alarm/log/index.vue
src/views/alarm/log/index.vue
View file @
e59c0b1
...
...
@@ -6,7 +6,7 @@
6
6
:actions="[
7
7
{
8
8
label: '详情',
9
-
auth: 'api:yt:a
dmin:viewAlarmLog
',
9
+
auth: 'api:yt:a
larm:get
',
10
10
icon: 'ant-design:eye-outlined',
11
11
onClick: handleDetail.bind(null, record),
12
12
},
...
...