feat: 跟踪任务功能详情文件页面
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user