|
|
@ -1,4 +1,5 @@ |
|
|
<script setup lang="ts"> |
|
|
<script setup lang="ts"> |
|
|
|
|
|
import type { SortOrder } from '@abp/core'; |
|
|
import type { VbenFormProps, VxeGridListeners, VxeGridProps } from '@abp/ui'; |
|
|
import type { VbenFormProps, VxeGridListeners, VxeGridProps } from '@abp/ui'; |
|
|
|
|
|
|
|
|
import type { SecurityLogDto } from '../../types/security-logs'; |
|
|
import type { SecurityLogDto } from '../../types/security-logs'; |
|
|
@ -8,7 +9,7 @@ import { defineAsyncComponent, h, ref, toValue } from 'vue'; |
|
|
import { useVbenDrawer } from '@vben/common-ui'; |
|
|
import { useVbenDrawer } from '@vben/common-ui'; |
|
|
import { $t } from '@vben/locales'; |
|
|
import { $t } from '@vben/locales'; |
|
|
|
|
|
|
|
|
import { formatToDateTime, type SortOrder } from '@abp/core'; |
|
|
import { formatToDateTime } from '@abp/core'; |
|
|
import { useVbenVxeGrid } from '@abp/ui'; |
|
|
import { useVbenVxeGrid } from '@abp/ui'; |
|
|
import { DeleteOutlined, EditOutlined } from '@ant-design/icons-vue'; |
|
|
import { DeleteOutlined, EditOutlined } from '@ant-design/icons-vue'; |
|
|
import { Button, message, Modal, Tag } from 'ant-design-vue'; |
|
|
import { Button, message, Modal, Tag } from 'ant-design-vue'; |
|
|
|