From b6e69ea0c3dcd9905dc8266ada56ef45c11120e3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 11 Dec 2024 10:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E4=B8=9A=E5=8A=A1=E8=8C=83=E5=9B=B4=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=B8=BA=E4=B8=9A=E5=8A=A1=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/i18n/core/sys/i18n_en.properties | 1 - .../main/resources/i18n/core/sys/i18n_ja_JP.properties | 1 - .../views/modules/sys/roleFormAuthDataScope.html | 8 ++++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties b/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties index b44e3bc2..f657ddfa 100644 --- a/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties +++ b/modules/core/src/main/resources/i18n/core/sys/i18n_en.properties @@ -388,7 +388,6 @@ 本部门数据=Current organization data 本公司数据=Current company data 本部门和本公司数据=Current organization and company data -控制业务范围=Business scope 新增角色=New role 编辑角色=Edit role diff --git a/modules/core/src/main/resources/i18n/core/sys/i18n_ja_JP.properties b/modules/core/src/main/resources/i18n/core/sys/i18n_ja_JP.properties index a798450c..b180fb0c 100644 --- a/modules/core/src/main/resources/i18n/core/sys/i18n_ja_JP.properties +++ b/modules/core/src/main/resources/i18n/core/sys/i18n_ja_JP.properties @@ -312,7 +312,6 @@ 本部门数据=本省庁データ 本公司数据=当社のデータ 本部门和本公司数据=本省庁と自社のデータ -控制业务范围=業務の範囲を制御する 新增角色=新規役 编辑角色=編集役 diff --git a/modules/core/src/main/resources/views/modules/sys/roleFormAuthDataScope.html b/modules/core/src/main/resources/views/modules/sys/roleFormAuthDataScope.html index 20a43169..8256dd42 100644 --- a/modules/core/src/main/resources/views/modules/sys/roleFormAuthDataScope.html +++ b/modules/core/src/main/resources/views/modules/sys/roleFormAuthDataScope.html @@ -17,7 +17,7 @@
+ * ${text('角色名称')}:
<#form:hidden name="oldRoleName" value="${role.roleName}"/> <#form:input path="roleName" maxlength="100" readonly="true" class="form-control required "/> @@ -27,7 +27,7 @@
+ * ${text('角色编码')}:
<#form:hidden path="isNewRecord"/> <#form:hidden path="roleCode"/> @@ -40,7 +40,7 @@
+ * ${text('数据范围')}:
<#form:radio path="dataScope" dictType="sys_role_data_scope" class="form-control required " />
@@ -51,7 +51,7 @@
+ * ${text('业务范围')}:
<#form:select path="bizScope" dictType="sys_role_biz_scope" class="form-control " multiple="true"/>