This commit is contained in:
TsMask
2023-12-29 16:19:42 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -589,11 +589,11 @@ export default {
viewTask:'View Task',
editTask:'Edit Task',
addTask:'Add Task',
stopTask:'Stop Task',
stopTask:'Pending',
errorTaskInfo: 'Failed to obtain task information',
granulOptionPlease:'Please select the measurement granularity',
letupSure:'Confirm activation of task with number [{id}]?',
stopSure:'Confirm the pending task with number [{row.id}]?',
stopSure:'Confirm the pending task with number [{id}]?',
letUpWarning:'Prohibit activation of activated tasks',
stopWarning: 'Prohibit suspending inactive measurement tasks',
weekPlan:'Weekly Plan',

View File

@@ -625,7 +625,7 @@ function fnRecordRun(row: Record<string, any>) {
}
/**
* 激活任务
* 挂起任务
* @param row 网元编号ID
*/
function fnRecordStop(row: Record<string, any>) {