| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { SystemNotifyMessageApi } from '#/api/system/notify/message'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | | import { getNotifyMessagePage } from '#/api/system/notify/message'; |
| | |
| | | </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 #actions="{ row }"> |
| | | <TableAction |