From 70821d1b120af6fbcd512cb1a4d993ceda7b5c85 Mon Sep 17 00:00:00 2001
From: LiuBanDong <1318247793@qq.com>
Date: Tue, 18 Mar 2025 09:04:54 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?=
=?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?=
=?UTF-8?q?=E5=92=8C=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9F=A5=E8=AF=A2=E5=92=8C=E5=AF=BC=E5=87=BA?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90=E6=A0=87=E8=AF=86=E9=94=99?=
=?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/loginlog/index.vue | 4 ++--
src/views/system/operatelog/index.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/system/loginlog/index.vue b/src/views/system/loginlog/index.vue
index eea2f198..2e269ffb 100644
--- a/src/views/system/loginlog/index.vue
+++ b/src/views/system/loginlog/index.vue
@@ -47,7 +47,7 @@
plain
@click="handleExport"
:loading="exportLoading"
- v-hasPermi="['infra:login-log:export']"
+ v-hasPermi="['system:login-log:export']"
>
导出
@@ -85,7 +85,7 @@
link
type="primary"
@click="openDetail(scope.row)"
- v-hasPermi="['infra:login-log:query']"
+ v-hasPermi="['system:login-log:query']"
>
详情
diff --git a/src/views/system/operatelog/index.vue b/src/views/system/operatelog/index.vue
index 3f221b7e..ccf2b910 100644
--- a/src/views/system/operatelog/index.vue
+++ b/src/views/system/operatelog/index.vue
@@ -81,7 +81,7 @@
plain
@click="handleExport"
:loading="exportLoading"
- v-hasPermi="['infra:operate-log:export']"
+ v-hasPermi="['system:operate-log:export']"
>
导出
@@ -112,7 +112,7 @@
link
type="primary"
@click="openDetail(scope.row)"
- v-hasPermi="['infra:operate-log:query']"
+ v-hasPermi="['system:operate-log:query']"
>
详情