feat: 跟踪任务功能详情文件页面

This commit is contained in:
TsMask
2024-09-06 16:12:33 +08:00
parent 757f2ec20a
commit ddd8930af4
4 changed files with 233 additions and 53 deletions

View File

@@ -1158,10 +1158,13 @@ export default {
editTask: 'Modify Task',
viewTask: 'View Task',
errorTaskInfo: 'Failed to obtain task information',
delTask: 'Successfully deleted task {num}',
delTaskTip: 'Are you sure to delete the data item with record number {num}?',
stopTask: 'Successful cessation of tasks {num}',
stopTaskTip: 'Confirm stopping the task with record number {num}?',
delTask: 'Successfully deleted task {id}',
delTaskTip: 'Are you sure to delete the data item with record ID {id} ?',
stopTask: 'Successful cessation of tasks {id}',
stopTaskTip: 'Confirm stopping the task with record ID {id} ?',
traceFile: "Tracking File",
errMsg: "Error Message",
imsiORmsisdn: "imsi or msisdn is null, cannot start task",
},
},
faultManage: {