修改中英文提示

This commit is contained in:
lai
2024-11-19 14:38:06 +08:00
parent ac2483d690
commit 2513baf48e
3 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ function fnTableSize({ key }: MenuInfo) {
function fnRecordDelete(row: Record<string, any>) {
Modal.confirm({
title: t('common.tipTitle'),
content: t('views.perfManage.customTarget.delCustomTip', { num: row.id }),
content: t('views.perfManage.customTarget.delCustomTip', { num: row.kpiId }),
onOk() {
const key = 'delThreshold';
message.loading({ content: t('common.loading'), key });