From 273bc540d14220c47ac0f8e3a0dbd782a70081f8 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Thu, 9 Oct 2025 19:10:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E6=94=B9=E6=88=90?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/dashboard.ts | 20 +++++++++---------- .../src/views/license/license/index.vue | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/web-antd/src/router/routes/modules/dashboard.ts b/apps/web-antd/src/router/routes/modules/dashboard.ts index 0ed61b2..399d88a 100644 --- a/apps/web-antd/src/router/routes/modules/dashboard.ts +++ b/apps/web-antd/src/router/routes/modules/dashboard.ts @@ -33,16 +33,16 @@ const routes: RouteRecordRaw[] = [ // }, // ], // }, - { - name: 'Dashboard', - path: '/dashboard', - component: () => import('#/views/dashboard/index.vue'), - meta: { - icon: 'ion:home-outline', - title: $t('page.dashboard.title'), - order: -1, - }, - }, + // { + // name: 'Dashboard', + // path: '/dashboard', + // component: () => import('#/views/dashboard/index.vue'), + // meta: { + // icon: 'ion:home-outline', + // title: $t('page.dashboard.title'), + // order: -1, + // }, + // }, { name: 'Profile', path: '/profile', diff --git a/apps/web-antd/src/views/license/license/index.vue b/apps/web-antd/src/views/license/license/index.vue index f59a8dd..c7f87f3 100644 --- a/apps/web-antd/src/views/license/license/index.vue +++ b/apps/web-antd/src/views/license/license/index.vue @@ -296,7 +296,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ { label: $t('license.history'), type: 'link', - ifShow: row.hasHistory, + ifShow: row.applyCount && row.applyCount > 1, auth: ['license:license:query'], onClick: onHistory.bind(null, row), },