From 41073f6837582b9153d8f4e0cb600788d4ace707 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Thu, 11 Dec 2025 15:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E9=80=89=E9=A1=B9=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=BC=98=E5=8C=96=E4=B8=BA=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/formControlPropertiNew.vue | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index aa93fea..7a8cc8f 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2836,7 +2836,7 @@ const glxxszTree = computed(()=>{ datapropsformList = JSON.parse(JSON.stringify(props.formList)) } - console.log(datapropsformList) + //console.log(datapropsformList) if(associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children.length>0){ @@ -7655,6 +7655,10 @@ const formatTooltip = (val: number) => { style="width: 100%" :data="glxxszTree" multiple + show-checkbox + collapse-tags + collapse-tags-tooltip + :max-collapse-tags="2" clearable filterable /> @@ -7696,6 +7700,12 @@ const formatTooltip = (val: number) => { style="width: 100%" :data="glxxszTree" multiple + show-checkbox + collapse-tags + collapse-tags-tooltip + :max-collapse-tags="2" + clearable + filterable /> @@ -7768,6 +7778,12 @@ const formatTooltip = (val: number) => { style="width: 100%" :data="glxxszTree" multiple + show-checkbox + collapse-tags + collapse-tags-tooltip + :max-collapse-tags="2" + clearable + filterable /> @@ -7816,6 +7832,12 @@ const formatTooltip = (val: number) => { style="width: 60%" :data="glxxszTree" multiple + show-checkbox + collapse-tags + collapse-tags-tooltip + :max-collapse-tags="2" + clearable + filterable />
@@ -7827,6 +7849,12 @@ const formatTooltip = (val: number) => { style="width: 60%" :data="glxxszTree" multiple + show-checkbox + collapse-tags + collapse-tags-tooltip + :max-collapse-tags="2" + clearable + filterable />