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