From 2cf599050c1d352dbbb4257bd99f522712c0aa7a Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Wed, 27 Dec 2023 12:09:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-EOA?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1052149474099200]后端-EOA审批模板 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1052149474099200 --- localconfig/i18n/language_en.json | 10 ++++++++++ localconfig/i18n/language_zh.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index aa592fd..0937235 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1055,6 +1055,16 @@ "emailsendexception": "Email sending failed, please try again" } }, + "nfpa": { + "process": { + "getauthdisplayname": "IT Service Basic Permissions (Interface)", + "getauthintroduction": "Having this permission allows access to IT services and query data interfaces through interfaces" + }, + "process_base": { + "getauthdisplayname": "Basic permissions for IT services", + "getauthintroduction": "View IT service related basic functions" + } + }, "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "Display method after work order timeout, optional values naturalTime | workTime", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index a50c003..d36b843 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1083,6 +1083,16 @@ "emailsendexception": "邮件发送失败,请重试" } }, + "nfpa": { + "process": { + "getauthdisplayname": "IT服务基础权限(接口)", + "getauthintroduction": "拥有此权限可以通过接口访问IT服务一些查询数据接口" + }, + "process_base": { + "getauthdisplayname": "IT服务基础权限", + "getauthintroduction": "查看IT服务相关基础功能" + } + }, "nfpc": { "itsmtenantconfig": { "displaymodeaftertimeout": "工单时效超时后显示方式,可选值naturalTime|workTime", -- Gitee