Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -589,11 +589,11 @@ export default {
|
|||||||
viewTask:'View Task',
|
viewTask:'View Task',
|
||||||
editTask:'Edit Task',
|
editTask:'Edit Task',
|
||||||
addTask:'Add Task',
|
addTask:'Add Task',
|
||||||
stopTask:'Stop Task',
|
stopTask:'Pending',
|
||||||
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