From 6e0409bd42680c80f572e9884e29b6dc17cc51cc Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 25 Aug 2025 10:48:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=85=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/customer/index.vue | 14 +++++++------- .../views/license/license/components/detail.vue | 6 ++++-- apps/web-antd/src/views/license/license/data.ts | 5 ++++- apps/web-antd/src/views/license/project/index.vue | 14 +++++++------- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/apps/web-antd/src/views/license/customer/index.vue b/apps/web-antd/src/views/license/customer/index.vue index b7dfe6d..1ccb16d 100644 --- a/apps/web-antd/src/views/license/customer/index.vue +++ b/apps/web-antd/src/views/license/customer/index.vue @@ -150,13 +150,13 @@ const [Grid, gridApi] = useVbenVxeGrid({ auth: ['license:customer:export'], onClick: onExport, }, - { - label: $t('ui.actionTitle.import', [$t('customer.customer')]), - type: 'primary', - icon: ACTION_ICON.UPLOAD, - auth: ['license:customer:import'], - onClick: handleImport, - }, + // { + // label: $t('ui.actionTitle.import', [$t('customer.customer')]), + // type: 'primary', + // icon: ACTION_ICON.UPLOAD, + // auth: ['license:customer:import'], + // onClick: handleImport, + // }, ]" /> diff --git a/apps/web-antd/src/views/license/license/components/detail.vue b/apps/web-antd/src/views/license/license/components/detail.vue index 6083b59..ca698ed 100644 --- a/apps/web-antd/src/views/license/license/components/detail.vue +++ b/apps/web-antd/src/views/license/license/components/detail.vue @@ -96,7 +96,7 @@ const columns = [ color: 'red', }, }, - ` → ${data.value.new}`, + ` ${data.value.new ? '→' : ''} ${data.value.new}`, ); return h('div', {}, [data.value.old, after]); } @@ -210,7 +210,9 @@ const handleUpload = async (record: any) => {