From b3d9418c8681a7cac431365273970300406b6706 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 5 Mar 2024 16:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlAttr.vue | 4 +-- .../DesignForm/layoutPage/index.vue | 14 +++++----- src/types/components.d.ts | 26 ++++++++++++++++--- 3 files changed, 32 insertions(+), 12 deletions(-) diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index 6d8567c9b..ae386a073 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2032,7 +2032,7 @@ const cssIsShouw = (val:any) => { - 组件布局 + 高级属性 @@ -2216,7 +2216,7 @@ const cssIsShouw = (val:any) => { - + diff --git a/src/components/DesignForm/layoutPage/index.vue b/src/components/DesignForm/layoutPage/index.vue index d341e77aa..69ebb4487 100644 --- a/src/components/DesignForm/layoutPage/index.vue +++ b/src/components/DesignForm/layoutPage/index.vue @@ -31,7 +31,7 @@ const inputUnitTitle = (val:string) => { console.log("inputUnitTitle",val); switch (val) { case "radio": - return "Radio布局" + return "输入设置" break; case "select": unitIsShow.value = false; @@ -76,10 +76,10 @@ const inputUnitTitle = (val:string) => { default: unitIsShow.value = true; labelIsShow.value = true; - return "Input布局" + return "输入设置" break; } - return "Input布局" + return "输入设置" } // const divStyle = reactive({}) // watch(()=>divStyle,(val : any)=>{ @@ -104,10 +104,10 @@ const activeName = ref('0')