From 7dc9bc015d05529f8ee30524b6d45b9159ae9f7e Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 21 Mar 2025 14:53:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20IT=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=B5=81=E7=A8=8B=E5=9B=BE=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E8=87=AA=E5=8A=A8=E5=AE=A1=E6=89=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1381866135846912]IT服务-恢复流程图通用节点自动审批功能 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1381866135846912 --- localconfig/i18n/language_en.json | 1 + localconfig/i18n/language_zh.json | 1 + 2 files changed, 2 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index b0b419e..f5ed914 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1495,6 +1495,7 @@ "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "Display method after work order timeout, optional values naturalTime | workTime", + "processtaskstepautoapprovalshow": "Do you want to display the automatic approval function for work order steps", "processtaskstepenablecomment": "Work order step reply function", "processtasktablayout": "Global default tab layout for work order details page, The format is {\"layoutList\": [{\"key\": \"report\",\"top\": false},{\"key\": \"node\",\"top\": false},{\"key\": \"step\",\"top\": false},{\"key\": \"activity\",\"top\": false},{\"key\": \"relevance\",\"top\": false},{\"key\": \"markrepeat\",\"top\": false},{\"key\": \"file\",\"top\": false},{\"key\": \"reportingHistory\",\"top\": false}]}", "processtaskworkerpolicyisonlyonceexecute": "Is the work order step handler allocation strategy only assigned once, with a default of 0? When the step is reactivated, the handler will be reassigned. If set to 1, the old handler will be used when the step is reactivated", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 0692ec9..d8911cb 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1523,6 +1523,7 @@ "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "工单时效超时后显示方式,可选值naturalTime|workTime", + "processtaskstepautoapprovalshow": "是否显示工单步骤自动审批功能", "processtaskstepenablecomment": "是否工单步骤回复功能", "processtasktablayout": "工单详情页全局默认tab布局,格式为{\"layoutList\": [{\"key\": \"report\",\"top\": false},{\"key\": \"node\",\"top\": false},{\"key\": \"step\",\"top\": false},{\"key\": \"activity\",\"top\": false},{\"key\": \"relevance\",\"top\": false},{\"key\": \"markrepeat\",\"top\": false},{\"key\": \"file\",\"top\": false},{\"key\": \"reportingHistory\",\"top\": false}]}", "processtaskworkerpolicyisonlyonceexecute": "工单步骤处理人分配策略是否只分配一次处理人,默认为0,步骤重新激活时会重新分配处理人,如果设置为1,则步骤重新激活时会用旧处理人", -- Gitee