diff --git a/apps/web-antd/src/views/license/customer/index.vue b/apps/web-antd/src/views/license/customer/index.vue index 5fe1ea4..d08a264 100644 --- a/apps/web-antd/src/views/license/customer/index.vue +++ b/apps/web-antd/src/views/license/customer/index.vue @@ -5,8 +5,6 @@ import type { } from '#/adapter/vxe-table'; import type { CustomerApi } from '#/api/license/customer'; -import { h } from 'vue'; - import { Page, useVbenModal } from '@vben/common-ui'; import { Download, Plus } from '@vben/icons'; import { downloadFileFromBlobPart } from '@vben/utils'; @@ -131,20 +129,20 @@ const [Grid, gridApi] = useVbenVxeGrid({ diff --git a/apps/web-antd/src/views/license/license/index.vue b/apps/web-antd/src/views/license/license/index.vue index 2db5758..04f6a42 100644 --- a/apps/web-antd/src/views/license/license/index.vue +++ b/apps/web-antd/src/views/license/license/index.vue @@ -5,8 +5,6 @@ import type { } from '#/adapter/vxe-table'; import type { LicenseApi } from '#/api/license/license'; -import { h } from 'vue'; - import { Page, useVbenModal } from '@vben/common-ui'; import { Download, Plus } from '@vben/icons'; import { downloadFileFromBlobPart } from '@vben/utils'; @@ -136,20 +134,20 @@ const [Grid, gridApi] = useVbenVxeGrid({ diff --git a/apps/web-antd/src/views/license/project/index.vue b/apps/web-antd/src/views/license/project/index.vue index f535521..873785e 100644 --- a/apps/web-antd/src/views/license/project/index.vue +++ b/apps/web-antd/src/views/license/project/index.vue @@ -5,8 +5,6 @@ import type { } from '#/adapter/vxe-table'; import type { ProjectApi } from '#/api/license/project'; -import { h } from 'vue'; - import { Page, useVbenModal } from '@vben/common-ui'; import { Download, Plus } from '@vben/icons'; import { downloadFileFromBlobPart } from '@vben/utils'; @@ -130,20 +128,20 @@ const [Grid, gridApi] = useVbenVxeGrid({