From 7297bd5d0f62d251cb4c13a99c9fe778fe094f82 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 29 Dec 2023 11:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/views/perfManage/taskManage/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index a29c484d..19615fbc 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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', diff --git a/src/views/perfManage/taskManage/index.vue b/src/views/perfManage/taskManage/index.vue index 50f108fc..559d61ac 100644 --- a/src/views/perfManage/taskManage/index.vue +++ b/src/views/perfManage/taskManage/index.vue @@ -625,7 +625,7 @@ function fnRecordRun(row: Record) { } /** - * 激活任务 + * 挂起任务 * @param row 网元编号ID */ function fnRecordStop(row: Record) {