From e56c569e6ff06c328a0ed2b0f9a8a797ba9f7c0a Mon Sep 17 00:00:00 2001 From: yaojn Date: Tue, 2 Jan 2024 17:19:32 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E5=8A=9F=E8=83=BD]=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=BB=84=E4=BB=B6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=E5=BF=85=E5=A1=AB=EF=BC=8C=E4=B8=94=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E5=90=8E=E4=BB=85=E5=89=A9=E4=BD=99=E4=B8=80=E4=B8=AA=E9=80=89?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E7=B3=BB=E7=BB=9F=E4=BC=9A=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E8=AF=A5=E9=80=89=E9=A1=B9=20=20-=20[?= =?UTF-8?q?=E5=85=B3=E8=81=94]#[1060139421892608]=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=BB=84=E4=BB=B6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=E5=BF=85=E5=A1=AB=EF=BC=8C=E4=B8=94=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E5=90=8E=E4=BB=85=E5=89=A9=E4=BD=99=E4=B8=80=E4=B8=AA=E9=80=89?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E7=B3=BB=E7=BB=9F=E4=BC=9A=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E8=AF=A5=E9=80=89=E9=A1=B9=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947?= =?UTF-8?q?543042/1060139421892608?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/assets/languages/term/en.json | 3 ++- src/resources/assets/languages/term/zh.json | 3 ++- .../plugins/TsSheet/form/config/common/reaction-filter.vue | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/resources/assets/languages/term/en.json b/src/resources/assets/languages/term/en.json index e0ad2ad1..e08de467 100644 --- a/src/resources/assets/languages/term/en.json +++ b/src/resources/assets/languages/term/en.json @@ -1177,7 +1177,8 @@ "formsubassembly": "List subcomponents", "globalreadonly": "Global read-only", "globalreadonlytip": "The global read-only priority is higher than the internal read and write settings of the component. After turning on the global read-only switch, all components in the scene are in a read-only state", - "iscannotdeletenode": "There are child nodes that cannot be deleted" + "iscannotdeletenode": "There are child nodes that cannot be deleted", + "requiredselectedtips": "If the current component is set as mandatory and only one option remains after filtering, the system will automatically select that option" }, "knowledge": { "document": "Document", diff --git a/src/resources/assets/languages/term/zh.json b/src/resources/assets/languages/term/zh.json index da038d44..1cdc944a 100644 --- a/src/resources/assets/languages/term/zh.json +++ b/src/resources/assets/languages/term/zh.json @@ -1176,7 +1176,8 @@ "formsubassembly": "表单子组件", "globalreadonly": "全局只读", "globalreadonlytip": "全局只读优先级高于组件内部的读写设置,打开全局只读开关后,场景内所有组件均为只读状态", - "iscannotdeletenode": "存在子节点不可删除" + "iscannotdeletenode": "存在子节点不可删除", + "requiredselectedtips": "若当前组件设置为必填,且过滤后仅剩余一个选项,系统会自动选中该选项" }, "knowledge": { "document": "文档", diff --git a/src/resources/plugins/TsSheet/form/config/common/reaction-filter.vue b/src/resources/plugins/TsSheet/form/config/common/reaction-filter.vue index ee3486d1..62914c8b 100644 --- a/src/resources/plugins/TsSheet/form/config/common/reaction-filter.vue +++ b/src/resources/plugins/TsSheet/form/config/common/reaction-filter.vue @@ -1,5 +1,12 @@