From d0bbfafedc8e6172834324148adbcb0367e8c22c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 9 Apr 2024 19:41:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9A=84=E5=88=A0=E9=99=A4=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/log/login/index.vue | 2 +- src/views/system/log/operate/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/log/login/index.vue b/src/views/system/log/login/index.vue index cce4a3f7..a2a500bd 100644 --- a/src/views/system/log/login/index.vue +++ b/src/views/system/log/login/index.vue @@ -216,7 +216,7 @@ function fnRecordDelete() { const ids = tableState.selectedRowKeys.join(','); Modal.confirm({ title: t('common.tipTitle'), - content: t('views.system.log.login.browser', { ids: ids }), + content: t('views.system.log.login.delSure', { ids }), onOk() { const key = 'delSysLogLogin'; message.loading({ content: t('common.loading'), key }); diff --git a/src/views/system/log/operate/index.vue b/src/views/system/log/operate/index.vue index bf39236b..d6bdd16b 100644 --- a/src/views/system/log/operate/index.vue +++ b/src/views/system/log/operate/index.vue @@ -268,7 +268,7 @@ function fnRecordDelete() { const ids = tableState.selectedRowKeys.join(','); Modal.confirm({ title: t('common.tipTitle'), - content: t('views.system.log.operate.delSure', { ids: ids }), + content: t('views.system.log.operate.delSure', { ids }), onOk() { const key = 'delSysLogOperate'; message.loading({ content: t('common.loading'), key });