Commit cdfb248351ce0ff0b696ecda319a9d90b5794b97

Authored by fengtao
1 parent 2662f800

fix:修改我的通知CRUD权限标识

@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 :actions="[ 6 :actions="[
7 { 7 {
8 label: '查看', 8 label: '查看',
9 - auth: 'api:yt:admin:viewMyNotify', 9 + auth: 'api:yt:noticeUser:get',
10 tooltip: '查看', 10 tooltip: '查看',
11 icon: 'ant-design:eye-outlined', 11 icon: 'ant-design:eye-outlined',
12 onClick: handleView.bind(null, record), 12 onClick: handleView.bind(null, record),