style: 网元相关页面多语言翻译
This commit is contained in:
@@ -254,9 +254,7 @@ function fnRecordState(row: Record<string, any>) {
|
||||
if (modalState.confirmLoading) return;
|
||||
Modal.confirm({
|
||||
title: t('common.tipTitle'),
|
||||
content: t('views.ne.neLicense.reloadTip', {
|
||||
txt: `${row.neType} ${row.neId}`,
|
||||
}),
|
||||
content: t('views.ne.neLicense.reloadTip'),
|
||||
onOk() {
|
||||
modalState.confirmLoading = true;
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
|
||||
Reference in New Issue
Block a user