diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index b0b419e4befaa0031e7c0c013aa1b870da923a88..f5ed914c858a3a90efacc757f359309d19783346 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 0692ec9839c67586d1b86c9a3ca5ab7c0f3ade19..d8911cbd986b4a590bc5bee373d5ff32ff851430 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,则步骤重新激活时会用旧处理人",