From 8f470f41b402bbb49777ec2dbe818542bb076f5f Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Tue, 21 Oct 2025 13:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=80=89=E6=A1=86=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E6=8E=A7=E5=88=B6=E6=8F=90=E4=BA=A4=E5=90=8E=E4=B9=9F?= =?UTF-8?q?=E8=83=BD=E6=98=BE=E7=A4=BA=E6=89=80=E6=9C=89=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 1 + .../DesignForm/formControlPropertiNew.vue | 16 ++++++++++++ .../DesignForm/public/form/formItem.vue | 25 ++++++++++++++++--- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index ced14d3..81e69f1 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -288,6 +288,7 @@ export default [ glxxszForCheckBox: [], optionsValue3Formid:'', optionsValue3Field:'', + showAll:'', }, options: selectOption, config: config, diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 8c3a5ed..923dc49 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -799,6 +799,14 @@ const attrList = computed(() => { vIf: state.isSearch, vShow: ["lowcodeImage"], }, + { + label: "详情页展示全部选项", + value: config.checkbox, + path: "config.checkbox", + type: "checkbox_showAll", + vIf: state.isSearch, + vShow: ["checkbox"], + }, { label: "数据范围", value: config.orgCentent, @@ -4693,6 +4701,14 @@ const formatTooltip = (val: number) => { + + + + + + + + { } } } - return valAry; + return valAry.join(',');; }; /** @ 作者: 秦东 @@ -1177,8 +1177,27 @@ const diGuiJilian = (val: any, options: any[]) => {
+ + > +
{{ judgeCheckbox(value, data.options) }}
+ + + {{ item.label }} + + + +
{{ judjeCascader(value, data.options) }}