...
|
...
|
@@ -43,7 +43,7 @@ |
43
|
43
|
:actions="[
|
44
|
44
|
{
|
45
|
45
|
label: '发送',
|
46
|
|
- auth: 'api:yt:template:sendEmail:post',
|
|
46
|
+ auth: 'api:yt:template:send:post',
|
47
|
47
|
icon: 'ant-design:send-outlined',
|
48
|
48
|
onClick: handleModal.bind(null, record),
|
49
|
49
|
},
|
...
|
...
|
|