Commit 1c02582ebc9ac4e57bc9b685e1dc93c050206380

Authored by fengtao
1 parent 009f0ed6

fix:修改日志管理CRUD权限标识

... ... @@ -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 },
... ...
... ... @@ -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 },
... ...
... ... @@ -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 },
... ...