| | |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { 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/notify/" /> |
| | | </template> |
| | | |
| | | <DetailModal @success="handleRefresh" /> |
| | | <Page auto-content-height><DetailModal @success="handleRefresh" /> |
| | | <Grid table-title="我的站内信"> |
| | | <template #toolbar-tools> |
| | | <TableAction |