性能提示语错误

This commit is contained in:
lai
2023-12-29 11:21:52 +08:00
parent a53fd939e1
commit 7297bd5d0f
2 changed files with 2 additions and 2 deletions

View File

@@ -593,7 +593,7 @@ export default {
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>) {