From 936dd0586a4dd1795d1f817bdf173701a4c0ac09 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 1 Aug 2025 19:11:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=B7=A5=E5=85=B7=E5=88=9B=E5=BB=BA=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E9=A1=B5=E9=9D=A2=E5=A6=82=E6=9E=9C=E6=89=80=E6=9C=89?= =?UTF-8?q?runner=E9=98=B6=E6=AE=B5=E9=83=BD=E8=AE=BE=E7=BD=AE=E4=BA=86?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=99=A8=E7=BB=84=EF=BC=8C=E5=88=99=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BD=9C=E4=B8=9A=E7=9A=84=E6=97=B6=E5=80=99=E6=97=A0?= =?UTF-8?q?=E9=9C=80=E8=AE=BE=E7=BD=AE=E6=89=A7=E8=A1=8C=E5=99=A8=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1478301363699712]后端-组合工具创建作业页面如果所有runner阶段都设置了执行器组,则创建作业的时候无需设置执行器组 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1478301363699712 --- localconfig/i18n/language_en.json | 9 +++++---- localconfig/i18n/language_zh.json | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 80b1d72..b074d3b 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -5353,10 +5353,6 @@ }, "term": { "appsystemidlist": "Application System ID List", - "informant": { - "name": "Informant", - "groupname": "Informant" - }, "autoexec": { "allphasesarerunnerorsqlexecmode": "All stages are Runner or SQL execution mode", "assignexecuser": "Specify Execution User", @@ -5391,6 +5387,7 @@ "needexecuteuser": "Do you need to set the execution user for the execution page", "needprotocol": "Do you need to set a connection protocol for the execution page", "needroundcount": "Do you need to set the batch quantity for the execution page", + "needrunnergroup": "Do you need to set up a runner group on the execution page", "outputparamlist": "Output parameter list", "passthroughenv": "Return parameters", "phase": "Assignment Script Name", @@ -5709,6 +5706,10 @@ "userotherinfo": "Other user information", "viplevel": "User level" }, + "informant": { + "groupname": "Informant", + "name": "Informant" + }, "inspect": { "fields": "Data Structure List", "groupdesc": "Inspection platform", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4c4aa4f..972f3cb 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -5409,10 +5409,6 @@ }, "term": { "appsystemidlist": "应用系统id列表", - "informant": { - "name": "故障诊断", - "groupname": "故障诊断" - }, "autoexec": { "allphasesarerunnerorsqlexecmode": "所有阶段都是Runner或SQL执行方式", "assignexecuser": "指定执行用户", @@ -5447,6 +5443,7 @@ "needexecuteuser": "执行页面是否需要设置执行用户", "needprotocol": "执行页面是否需要设置连接协议", "needroundcount": "执行页面是否需要设置分批数量", + "needrunnergroup": "执行页面是否需要设置runner组", "outputparamlist": "输出参数列表", "passthroughenv": "返回参数", "phase": "作业剧本Name", @@ -5765,6 +5762,10 @@ "userotherinfo": "用户其他信息", "viplevel": "用户等级" }, + "informant": { + "groupname": "故障诊断", + "name": "故障诊断" + }, "inspect": { "fields": "数据结构列表", "groupdesc": "巡检平台", -- Gitee