feat:网元许可快速上传功能

This commit is contained in:
zhongzm
2025-09-10 18:08:53 +08:00
parent cdbe9a1e42
commit 5932662e7c
4 changed files with 467 additions and 1 deletions

View File

@@ -712,6 +712,10 @@ export default {
uploadFile: "Upload License",
uploadChangeOk: 'Network Element renewed license successfully and is being calibrated in the background!',
uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!",
quickUpload: {
title: 'Quick License Upload',
selectNe: 'Select NE',
},
},
neConfig: {
treeTitle: "Navigation Configuration",

View File

@@ -601,6 +601,10 @@ export default {
success:'成功',
default:'失败',
},
quickUpload: {
title: '快速许可证上传',
selectNe: '选择网元',
},
backConf: {
export: '配置导出',
import: '配置导入',
@@ -712,6 +716,10 @@ export default {
uploadFile: "上传许可证",
uploadChangeOk: '网元更新许可证成功,正在后台校验!',
uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!",
quickUpload: {
title: '快速许可证上传',
selectNe: '选择网元',
},
},
neConfig: {
treeTitle: "配置导航",