| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { SystemSocialUserApi } from '#/api/system/social/user'; |
| | | |
| | | 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 { getSocialUserPage } from '#/api/system/social/user'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="三方登录" url="https://doc.iocoder.cn/social-user/" /> |
| | | </template> |
| | | |
| | | <DetailModal /> |
| | | <Page auto-content-height><DetailModal /> |
| | | <Grid table-title="社交用户列表"> |
| | | <template #actions="{ row }"> |
| | | <TableAction |