| | |
| | | |
| | | import { 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 { DICT_TYPE } from '../../../packages/constants/src'; |
| | | import { getDictLabel } from '../../../packages/effects/hooks/src'; |
| | | import { downloadFileFromBlobPart, isEmpty } from '../../../packages/utils/src'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="用户体系" url="https://doc.iocoder.cn/user-center/" /> |
| | | <DocAlert title="三方登陆" url="https://doc.iocoder.cn/social-user/" /> |
| | | <DocAlert |
| | | title="Excel 导入导出" |
| | | url="https://doc.iocoder.cn/excel-import-and-export/" |
| | | /> |
| | | </template> |
| | | |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <ResetPasswordModal @success="handleRefresh" /> |
| | | <AssignRoleModal @success="handleRefresh" /> |
| | | <ImportModal @success="handleRefresh" /> |