修改中英文提示
This commit is contained in:
@@ -1075,7 +1075,7 @@ export default {
|
|||||||
kpiSet:' Statistical Settings',
|
kpiSet:' Statistical Settings',
|
||||||
sixHoursAgo:'Six hours ago',
|
sixHoursAgo:'Six hours ago',
|
||||||
threeHoursAgo:'Three hours ago.',
|
threeHoursAgo:'Three hours ago.',
|
||||||
delCustomTip:'Confirm deletion of data item with record number {num}?',
|
delCustomTip:'Confirm deletion of data item with record Custom Indicator {num}?',
|
||||||
delCustom:' Successfully delete record number {num} custom indicator',
|
delCustom:' Successfully delete record number {num} custom indicator',
|
||||||
addCustom:' Add custom indicator',
|
addCustom:' Add custom indicator',
|
||||||
editCustom:' Edit Custom indicator',
|
editCustom:' Edit Custom indicator',
|
||||||
|
|||||||
@@ -1075,7 +1075,7 @@ export default {
|
|||||||
kpiSet:'统计设置',
|
kpiSet:'统计设置',
|
||||||
sixHoursAgo:'6小时前',
|
sixHoursAgo:'6小时前',
|
||||||
threeHoursAgo:'3小时前',
|
threeHoursAgo:'3小时前',
|
||||||
delCustomTip:'确认删除记录编号为 {num} 的数据项?',
|
delCustomTip:'确认删除自定义指标项为 {num} 的数据项?',
|
||||||
delCustom:'成功删除记录编号为 {num} 自定义指标',
|
delCustom:'成功删除记录编号为 {num} 自定义指标',
|
||||||
addCustom:'添加自定义指标',
|
addCustom:'添加自定义指标',
|
||||||
editCustom:'编辑自定义指标',
|
editCustom:'编辑自定义指标',
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ function fnTableSize({ key }: MenuInfo) {
|
|||||||
function fnRecordDelete(row: Record<string, any>) {
|
function fnRecordDelete(row: Record<string, any>) {
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: t('common.tipTitle'),
|
title: t('common.tipTitle'),
|
||||||
content: t('views.perfManage.customTarget.delCustomTip', { num: row.id }),
|
content: t('views.perfManage.customTarget.delCustomTip', { num: row.kpiId }),
|
||||||
onOk() {
|
onOk() {
|
||||||
const key = 'delThreshold';
|
const key = 'delThreshold';
|
||||||
message.loading({ content: t('common.loading'), key });
|
message.loading({ content: t('common.loading'), key });
|
||||||
|
|||||||
Reference in New Issue
Block a user