新增任务管理(尚未完成)

This commit is contained in:
lai
2023-10-18 10:23:22 +08:00
parent 54578da895
commit f6c4c5ed4b
4 changed files with 872 additions and 256 deletions

View File

@@ -109,6 +109,10 @@ export default {
start: 'Start',
export: 'Export',
import: 'Import',
selectPlease:'Please select the source of the import file',
server:'Server File',
local:'Local File',
fileSelect:'Please select the current import file',
},
backupManage: {
setBackupTask: 'Set automatic backup time',
@@ -200,6 +204,17 @@ export default {
neType: 'IMS Type',
},
},
perfManage: {
taskManage:{
taskId: 'Task ID',
neType: 'Type',
size: 'Measurement Dimensionality',
taskStatus: 'Task Status',
addUser: 'Creator',
addTime: 'Creation time',
granulOption:'Particle',
},
},
traceManage: {
analysis: {
imsi: 'IMSI',

View File

@@ -109,6 +109,10 @@ export default {
start: '启动',
export: '导出',
import: '导入',
selectPlease:'请选择导入文件来源',
server:'服务器文件',
local:'本地文件',
fileSelect:'请选择当前导入文件',
},
backupManage: {
setBackupTask: '设置自动备份时间',
@@ -200,6 +204,17 @@ export default {
neType: 'IMS网元类型',
},
},
perfManage: {
taskManage:{
taskId: '任务ID',
neType: '网元类型',
size: '测量粒度',
taskStatus: '任务状态',
addUser: '创建人',
addTime: '创建时间',
granulOption:'测量粒度',
},
},
traceManage: {
analysis: {
imsi: 'IMSI',