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 />