性能提示语错误
This commit is contained in:
@@ -593,7 +593,7 @@ export default {
|
|||||||
errorTaskInfo: 'Failed to obtain task information',
|
errorTaskInfo: 'Failed to obtain task information',
|
||||||
granulOptionPlease:'Please select the measurement granularity',
|
granulOptionPlease:'Please select the measurement granularity',
|
||||||
letupSure:'Confirm activation of task with number [{id}]?',
|
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',
|
letUpWarning:'Prohibit activation of activated tasks',
|
||||||
stopWarning: 'Prohibit suspending inactive measurement tasks',
|
stopWarning: 'Prohibit suspending inactive measurement tasks',
|
||||||
weekPlan:'Weekly Plan',
|
weekPlan:'Weekly Plan',
|
||||||
|
|||||||
@@ -625,7 +625,7 @@ function fnRecordRun(row: Record<string, any>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 激活任务
|
* 挂起任务
|
||||||
* @param row 网元编号ID
|
* @param row 网元编号ID
|
||||||
*/
|
*/
|
||||||
function fnRecordStop(row: Record<string, any>) {
|
function fnRecordStop(row: Record<string, any>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user