From 55e45c4886ab33ff37c8c72ba9892b8717f93867 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 2 Dec 2024 16:05:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20IT=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=8E=A5=E5=8F=A3=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E8=A1=A8=E5=8D=95debug=E6=A8=A1=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=A4=84=E7=90=86=E9=A1=B5=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BB=84=E4=BB=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=9A=84=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1302902038036480]IT服务-增加一个接口启用表单debug模式,工单处理页表单自定义组件显示隐藏的列 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1302902038036480 --- localconfig/i18n/language_en.json | 4 ++++ localconfig/i18n/language_zh.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c7e3b29..a01cc57 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -103,6 +103,7 @@ "email": "mailbox", "emailnotify": "Email notification", "embed": "built-in", + "enabledebugmode": "Do you want to enable debug mode", "encoding": "coding", "enddate": "End date", "endtime": "End time", @@ -3852,6 +3853,9 @@ "activeprocesstaskstepapi": { "getname": "Activate work order steps" }, + "enableprocesstaskformdebugmodeapi": { + "getname": "Enable work order form debug mode" + }, "updateprocesstaskconfigapi": { "getname": "Update work order flowchart configuration" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index ae29ba0..e1f3ed0 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -103,6 +103,7 @@ "email": "邮箱", "emailnotify": "邮件通知", "embed": "内置", + "enabledebugmode": "是否启用debug模式", "encoding": "编码", "enddate": "结束日期", "endtime": "结束时间", @@ -3902,6 +3903,9 @@ "activeprocesstaskstepapi": { "getname": "激活工单步骤" }, + "enableprocesstaskformdebugmodeapi": { + "getname": "启用工单表单debug模式" + }, "updateprocesstaskconfigapi": { "getname": "更新工单流程图配置" }, -- Gitee