From 8378d2228e08b58b122f97decd2e3a3cedc74086 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Wed, 22 Apr 2026 15:26:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asset-information/components/PackageListCard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/asset-management/asset-information/components/PackageListCard.vue b/src/views/asset-management/asset-information/components/PackageListCard.vue index 6bf0883..ad01292 100644 --- a/src/views/asset-management/asset-information/components/PackageListCard.vue +++ b/src/views/asset-management/asset-information/components/PackageListCard.vue @@ -29,7 +29,7 @@ link class="package-name-link" @click="handleShowDailyRecords(scope.row)" - v-permission="'package-usage:daily-records:view'" + v-permission="'package_usage:daily_records'" > {{ scope.row.package_name }} @@ -105,13 +105,13 @@ {{ formatDateTime(scope.row.expires_at) }} - +