fix: 告警确认相关提示Tip多语言显示

This commit is contained in:
TsMask
2025-05-22 19:18:23 +08:00
parent 42e71317a2
commit 998318a543
5 changed files with 8 additions and 8 deletions

View File

@@ -265,7 +265,7 @@ const statsColumns: TableColumnType<any>[] = [
*/
function fnRecordExport() {
Modal.confirm({
title: 'Tip',
title: t('common.tipTitle'),
content: t('views.perfManage.goldTarget.exportSure'),
onOk() {
const key = 'exportKPI';

View File

@@ -276,7 +276,7 @@ const statsColumns: TableColumnType<any>[] = [
*/
function fnRecordExport() {
Modal.confirm({
title: 'Tip',
title: t('common.tipTitle'),
content: t('views.perfManage.goldTarget.exportSure'),
onOk() {
const key = 'exportKPI';