From 7beb6d9fd1017855e2282cb87a2f285d82bb05b8 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 6 Aug 2024 13:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/public/form/formGroup.vue | 2 +- .../DesignForm/public/form/formItem.vue | 3 +- .../DesignForm/public/form/select.vue | 32 ++++++++++++++++++- src/widget/baidumap/index.vue | 8 ++--- src/widget/carousel/index.vue | 13 ++++++-- src/widget/writingboard/index.vue | 2 +- src/widget/writingboard/paintBoard.vue | 20 ++++++++++-- 7 files changed, 67 insertions(+), 13 deletions(-) diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index 3d970a4..0c73be8 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -420,7 +420,7 @@ function optionsValue3Get1(data: any,fieldName: string){ v-if="linksIf(element)" > - + {{element.type}} diff --git a/src/widget/baidumap/index.vue b/src/widget/baidumap/index.vue index e074237..86afe90 100644 --- a/src/widget/baidumap/index.vue +++ b/src/widget/baidumap/index.vue @@ -230,10 +230,10 @@ watch(()=>address.value,(val:string)=>{ } }) onMounted(()=>{ - console.log("加载地址--1-->",value.value,formProps,props.data) - console.log("加载地址--2-->",formProps.value.model) - console.log("加载地址--3-->",props.data.name) - console.log("加载地址--4-->",formProps.value.model[props.data.name]) + // console.log("加载地址--1-->",value.value,formProps,props.data) + // console.log("加载地址--2-->",formProps.value.model) + // console.log("加载地址--3-->",props.data.name) + // console.log("加载地址--4-->",formProps.value.model[props.data.name]) if(value.value != null && value.value != "") { let adresAry = value.value.split('|*@*|') if(adresAry.length >0){ diff --git a/src/widget/carousel/index.vue b/src/widget/carousel/index.vue index 895a669..8151c19 100644 --- a/src/widget/carousel/index.vue +++ b/src/widget/carousel/index.vue @@ -13,7 +13,6 @@ > -