Commit 5366af2783f8ec7543a83d16cfc4cfeb42223203
1 parent
b4ae23b4
fix(front): 修改租户管理员的短信激活的tooltip和label
Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -15,9 +15,9 @@ | @@ -15,9 +15,9 @@ | ||
| 15 | <TableAction | 15 | <TableAction |
| 16 | :actions="[ | 16 | :actions="[ |
| 17 | { | 17 | { |
| 18 | - label: '短信激活', | 18 | + label: '短信通知', |
| 19 | icon: 'ant-design:send-outlined', | 19 | icon: 'ant-design:send-outlined', |
| 20 | - tooltip: '发送激活短信', | 20 | + tooltip: '发送通知短信', |
| 21 | ifShow: record.phoneNumber != null && !record.hasPassword, | 21 | ifShow: record.phoneNumber != null && !record.hasPassword, |
| 22 | onClick: handleSendMsg.bind(null, record), | 22 | onClick: handleSendMsg.bind(null, record), |
| 23 | }, | 23 | }, |