fix: 系统日志的删除多语言提示
This commit is contained in:
@@ -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 });
|
||||
|
||||
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user