fix: 系统日志的删除多语言提示

This commit is contained in:
TsMask
2024-04-09 19:41:12 +08:00
parent 16dc1c2e20
commit d0bbfafedc
2 changed files with 2 additions and 2 deletions

View File

@@ -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 });

View File

@@ -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 });