style: 网元相关页面多语言翻译

This commit is contained in:
TsMask
2024-05-24 09:41:56 +08:00
parent f94b1ef44a
commit 6470effbda
3 changed files with 9 additions and 10 deletions

View File

@@ -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);