fix: 告警确认相关提示Tip多语言显示
This commit is contained in:
@@ -420,7 +420,7 @@ const onSelectChange = (
|
||||
*/
|
||||
function fnCancelConfirm() {
|
||||
Modal.confirm({
|
||||
title: 'Tip',
|
||||
title: t('common.tipTitle'),
|
||||
content: t('views.faultManage.activeAlarm.cancelSure'),
|
||||
onOk() {
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
@@ -465,7 +465,7 @@ function mapKeysWithReduce(data: any[], titleMapping: Record<string, string>) {
|
||||
*/
|
||||
function fnExportAll() {
|
||||
Modal.confirm({
|
||||
title: 'Tip',
|
||||
title: t('common.tipTitle'),
|
||||
content: t('views.faultManage.activeAlarm.exportSure'),
|
||||
onOk() {
|
||||
const key = 'exportAlarmHis';
|
||||
|
||||
Reference in New Issue
Block a user