From 5115e1fe41c8ed2f0a0fdb78771338d51ee6a8aa Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 5 Mar 2024 15:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E7=89=88css=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/layoutPage/index.vue | 4 +++- src/components/DesignForm/public/form/formGroup.vue | 2 +- src/widget/videoupload/videoUploadPlay.vue | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) 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}} +