修改中英文提示
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user