feat: 软件管理

This commit is contained in:
TsMask
2023-10-07 15:35:40 +08:00
parent ee2a5290b1
commit aab98b016f
5 changed files with 416 additions and 149 deletions

View File

@@ -22,6 +22,8 @@ export default {
editText: 'Edit',
deleteText: 'Delete',
downloadText: 'Download',
uploadText: 'Upload',
moreText: 'More',
searchBarText: 'Search bar',
reloadText: 'Refresh',
sizeText: 'Density',
@@ -110,16 +112,32 @@ export default {
createAt: 'CreateAt',
},
softwareManage: {
uploadBtn: '上传',
downBtn: '下发',
actBtn: '激活',
historyBtn: '网元版本历史',
neTypePlease: '查询网元类型',
sendBtn: 'Distribute',
runBtn: 'Activation',
backBtn: 'Back',
historyBtn: 'Distribution Record',
neTypePlease: 'Select network element type',
neType: 'Type',
fileName: 'FileName',
version: 'Version',
softwareLoadTime: '软件加载时间',
description: '功能描述',
versionPlease: 'Version number cannot be empty',
updateTime: 'Uploaded',
description: 'Description',
deleteTip: 'Are you sure to delete the data item with record number [{num}]?',
updateComment: 'software documentation',
updateCommentPlease: 'Please enter the software description',
updateFile: 'Software Files',
updateFilePlease: 'Please upload the updated software file',
verifyFile: 'Verify File',
selectFile: 'SELECT FILE',
sendTitle: 'Distribute software version',
sendContent: 'Are you sure to send the data item file with the number [{num}] to the corresponding network element?',
runTitle: 'Activate software version',
runContent: 'Confirm that the software version with the number [{num}] has been issued for activation on the corresponding network element?',
backTitle: 'Fallback software version',
backContent: 'Confirm that the software version with the number [{num}] has been issued for the corresponding network element rollback?',
neId: 'Corresponding network element',
neIdPlease: 'Please select the corresponding network element',
},
},
neUser: {

View File

@@ -22,6 +22,8 @@ export default {
editText: '编辑',
deleteText: '删除',
downloadText: '下载',
uploadText: '上传',
moreText: '更多',
searchBarText: '搜索栏',
reloadText: '刷新',
sizeText: '密度',
@@ -110,16 +112,32 @@ export default {
createAt: '创建时间',
},
softwareManage: {
uploadBtn: '上传',
downBtn: '下发',
actBtn: '激活',
historyBtn: '网元版本历史',
neTypePlease: '查询网元类型',
sendBtn: '下发',
runBtn: '激活',
backBtn: '回退',
historyBtn: '下发记录',
neTypePlease: '选择网元类型',
neType: '网元类型',
fileName: '文件名',
version: '版本',
softwareLoadTime: '软件加载时间',
version: '版本',
versionPlease: '版本号不能为空',
updateTime: '上传时间',
description: '功能描述',
deleteTip: '确认删除记录编号为 【{num}】 的数据项?',
updateComment: '软件说明',
updateCommentPlease: '请输入软件说明',
updateFile: '软件文件',
updateFilePlease: '请上传更新软件文件',
verifyFile: '校验文件',
selectFile: '选择文件',
sendTitle: '下发软件版本',
sendContent: '确认下发编号为【{num}】的数据项文件到对应网元?',
runTitle: '激活软件版本',
runContent: '确认在对应网元激活已下发编号为【{num}】的软件版本?',
backTitle: '回退软件版本',
backContent: '确认在对应网元回退已下发编号为【{num}】的软件版本?',
neId: '对应网元',
neIdPlease: '请选择对应网元',
},
},
neUser: {