Commit e5dcc66dc0ed42c810b72dff13ed12f5c438df5e

Authored by dev001
1 parent 7ec6bc97

perf: 修改消息模板,发送权限标识

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