diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue index f9ea8c15..81dbd73e 100644 --- a/src/views/faultManage/active-alarm/index.vue +++ b/src/views/faultManage/active-alarm/index.vue @@ -531,7 +531,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); @@ -582,7 +582,7 @@ function fnSync() { */ function fnClear() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.delSure'), onOk() { const hide = message.loading(t('common.loading'), 0); @@ -651,7 +651,7 @@ function mapKeysWithReduce(data: any[], titleMapping: Record) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.exportSure'), onOk() { const key = 'exportAlarm'; diff --git a/src/views/faultManage/event/index.vue b/src/views/faultManage/event/index.vue index 4cae357f..df4aca93 100644 --- a/src/views/faultManage/event/index.vue +++ b/src/views/faultManage/event/index.vue @@ -323,7 +323,7 @@ function mapKeysWithReduce(data: any, titleMapping: any) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.eventAlarm.exportSure'), onOk() { const key = 'exportAlarm'; diff --git a/src/views/faultManage/history-alarm/index.vue b/src/views/faultManage/history-alarm/index.vue index 6443443a..3c085bb5 100644 --- a/src/views/faultManage/history-alarm/index.vue +++ b/src/views/faultManage/history-alarm/index.vue @@ -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) { */ function fnExportAll() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.faultManage.activeAlarm.exportSure'), onOk() { const key = 'exportAlarmHis'; diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 239c8e20..eb46a7a6 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -265,7 +265,7 @@ const statsColumns: TableColumnType[] = [ */ function fnRecordExport() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.perfManage.goldTarget.exportSure'), onOk() { const key = 'exportKPI'; diff --git a/src/views/perfManage/kpiCReport/index.vue b/src/views/perfManage/kpiCReport/index.vue index 499fc74c..6ae0535e 100644 --- a/src/views/perfManage/kpiCReport/index.vue +++ b/src/views/perfManage/kpiCReport/index.vue @@ -276,7 +276,7 @@ const statsColumns: TableColumnType[] = [ */ function fnRecordExport() { Modal.confirm({ - title: 'Tip', + title: t('common.tipTitle'), content: t('views.perfManage.goldTarget.exportSure'), onOk() { const key = 'exportKPI';