From 6b033b6cdc3e707b92d6fe1c2c8b874d12fbd30e Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 19 Jul 2024 15:41:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=89=A9=E4=BD=99=E6=97=B6=E9=97=B4=E4=B9=9F?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=8E=A7=E5=88=B6=E2=80=98=E8=87=AA=E7=84=B6?= =?UTF-8?q?=E6=97=A5=E2=80=99=E5=92=8C=E2=80=9C=E5=B7=A5=E4=BD=9C=E6=97=A5?= =?UTF-8?q?=E2=80=9D=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1204322656813056]后端-工单剩余时间也需要控制‘自然日’和“工作日”展示 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1204322656813056 --- localconfig/i18n/language_en.json | 3 ++- localconfig/i18n/language_zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 59b7b2d..ae1cf0a 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1358,7 +1358,8 @@ "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "Display method after work order timeout, optional values naturalTime | workTime", - "processtaskstepenablecomment": "Work order step reply function" + "processtaskstepenablecomment": "Work order step reply function", + "slatimedisplaymode": "Display method for work order timeliness, with optional values of naturalTime | workTime" }, "processtaskgroupsearch": { "processusertype": "Work order stakeholders" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 26eee0e..20bb4ec 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1386,7 +1386,8 @@ "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "工单时效超时后显示方式,可选值naturalTime|workTime", - "processtaskstepenablecomment": "是否工单步骤回复功能" + "processtaskstepenablecomment": "是否工单步骤回复功能", + "slatimedisplaymode": "工单时效显示方式,可选值naturalTime|workTime" }, "processtaskgroupsearch": { "processusertype": "工单干系人" -- Gitee