---用户管理,网元管理等中英文
This commit is contained in:
@@ -353,7 +353,7 @@ function arrayDelete(row: Record<string, any>) {
|
||||
const loc = from['index']['value'];
|
||||
|
||||
Modal.confirm({
|
||||
title: '提示',
|
||||
title: t('common.tipTitle'),
|
||||
content: `确认删除Index为 【${from['index']['value']}】 的数据项?`,
|
||||
onOk() {
|
||||
const hide = message.loading({ content: t('common.loading') });
|
||||
@@ -701,7 +701,7 @@ function arrayChildDelete(row: Record<string, any>) {
|
||||
const loc = `${tableState.arrayChildLoc}/${from['index']['value']}`;
|
||||
|
||||
Modal.confirm({
|
||||
title: '提示',
|
||||
title: t('common.tipTitle'),
|
||||
content: `确认删除${tableState.arrayChildTitle} Index 为 【${from['index']['value']}】 的数据项?`,
|
||||
onOk() {
|
||||
const hide = message.loading({ content: t('common.loading') });
|
||||
|
||||
Reference in New Issue
Block a user