| | |
| | | |
| | | import { onMounted, ref } from 'vue'; |
| | | |
| | | import { confirm, DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { confirm, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { isEmpty } from '../../../../packages/utils/src'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | |
| | | }); |
| | | </script> |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="邮件配置" url="https://doc.iocoder.cn/mail" /> |
| | | </template> |
| | | |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <SendModal /> |
| | | <Grid table-title="邮件模板列表"> |
| | | <template #toolbar-tools> |