feat: 网元公共参数配置表单组件

This commit is contained in:
TsMask
2024-05-29 16:32:11 +08:00
parent 3f02cb628b
commit a61716d40d
5 changed files with 588 additions and 426 deletions

View File

@@ -747,10 +747,13 @@ export default {
uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!",
},
neConfPara5G: {
save: 'Save',
reload: 'Reload',
title: 'Save Info',
sync: 'Sync to NE',
syncNe: 'Select NE',
save: 'Save Success!',
syncNeDone: 'Synchronization to network element terminals complete',
saveOk: 'Save Success!',
},
neQuickSetup: {
stepPrev: 'Previous',
@@ -1690,8 +1693,8 @@ export default {
i18nDefault: "Default Languages",
i18nInstruction: 'Whether to display the internationalization switch and set the system default language',
reset: "System Reset",
resetInstruction: "System reset will destroy all data in the current system, please operate with caution.",
resetTipContent: 'System reset will destroy all data in the current system. Are you sure you want to continue?',
resetInstruction: "A system reset will erase all data in the current system, please proceed with caution!!!!",
resetTipContent: 'Are you sure you want to clear all data from the current system and insist on continuing?',
},
role:{
allScopeOptions:'All data permissions',

View File

@@ -747,10 +747,13 @@ export default {
uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!",
},
neConfPara5G: {
save: '保存',
reload: '刷新',
title: '保存信息',
sync: '同步到网元',
syncNe: '选择网元',
save: '保存成功!',
syncNeDone: '同步到网元终端完成',
saveOk: '保存成功!',
},
neQuickSetup: {
stepPrev: '上一步',
@@ -1690,8 +1693,8 @@ export default {
i18nDefault: "默认语言",
i18nInstruction: '是否显示国际化切换,设置系统默认语言',
reset: "系统重置",
resetInstruction: "系统重置将会销毁当前系统内所有数据,请谨慎操作",
resetTipContent: '系统重置将会销毁当前系统内所有数据,确认要继续吗?',
resetInstruction: "系统重置将会清除当前系统内所有数据,请谨慎操作",
resetTipContent: '确认要清除当前系统内所有数据并坚持继续吗?',
},
role:{
allScopeOptions:'全部数据权限',