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 1/2] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=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) { From 139cc1bd0dc282e4ab42cf1cb5e788cfdd98e2db Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 29 Dec 2023 11:30:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=82=E8=B5=B7?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 19615fbc..6efbbd7d 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -589,7 +589,7 @@ 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}]?',