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