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) => {