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 1/3] =?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']" > 详情 From a4fe1db1a5faf46223cd6e8aadf7d532d3d75d97 Mon Sep 17 00:00:00 2001 From: Bin Date: Sun, 23 Mar 2025 02:21:36 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Dialog=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9C=A8=20v-model=20=E5=8F=8C=E5=90=91=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E7=9A=84=E5=B1=9E=E6=80=A7=E6=97=A0=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E9=97=AE=E9=A2=98=E5=87=BA=E5=9C=A8?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=E5=8F=B3=E4=B8=8A=E8=A7=92=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E5=85=B3=E9=97=AD=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=9C=AA=E9=80=9A=E7=9F=A5=E7=88=B6=E7=BB=84=E4=BB=B6=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/src/Dialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dialog/src/Dialog.vue b/src/components/Dialog/src/Dialog.vue index a1eb550c..9bf5b7ab 100644 --- a/src/components/Dialog/src/Dialog.vue +++ b/src/components/Dialog/src/Dialog.vue @@ -68,6 +68,7 @@ const dialogStyle = computed(() => { draggable class="com-dialog" :show-close="false" + @close="$emit('update:modelValue', false)" >