diff --git a/src/components/DesignForm/layoutPage/index.vue b/src/components/DesignForm/layoutPage/index.vue index 187b934f4..d341e77aa 100644 --- a/src/components/DesignForm/layoutPage/index.vue +++ b/src/components/DesignForm/layoutPage/index.vue @@ -60,7 +60,7 @@ const inputUnitTitle = (val:string) => { case "treeSelect","colorPicker","signaturemap": unitIsShow.value = false; break; - case "txt","table": + case "txt","table","videoUpAndPlay","lowcodeCarsusel","grid","tabs": unitIsShow.value = false; labelIsShow.value = false; break; @@ -74,6 +74,8 @@ const inputUnitTitle = (val:string) => { break; default: + unitIsShow.value = true; + labelIsShow.value = true; return "Input布局" break; } diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index f2729bf57..a1f031993 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -314,7 +314,7 @@ const getFormItemLableStyle = (ele: any) => { v-show="linksShow(element, index)" v-if="linksIf(element)" > - {{element}} +