This commit is contained in:
2023-11-28 19:42:50 +08:00
23 changed files with 411 additions and 125 deletions

View File

@@ -1300,6 +1300,8 @@ export default {
clearLog: "Clear Logs",
exec: "Execute",
cmdAwait: "Waiting for a command to be sent",
uploadFileTip: 'Are you sure you want to upload the file?',
uploadFileOk: 'File Upload Successful',
omcOperate:{
noOMC: "No OMC network elements",
},

View File

@@ -1304,6 +1304,8 @@ export default {
clearLog: "清除日志",
exec: "执行",
cmdAwait: "等待发送命令",
uploadFileTip: '确认要上传文件吗?',
uploadFileOk: '文件上传成功',
omcOperate:{
noOMC: "暂无OMC网元",
},