From bbe6d7e76ecf995101054abd52e0c142f2a4936b Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 8 Jul 2025 17:40:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=92=8C=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=9B=BE=E6=A0=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/customer/index.vue | 6 ++---- apps/web-antd/src/views/license/license/index.vue | 6 ++---- apps/web-antd/src/views/license/project/index.vue | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) 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({