Browse Source

处理组件

qin_s5
herenshan112 2 weeks ago
parent
commit
d9d934bb8b
  1. 2
      src/components/DesignForm/public/expand/lowcodeImage.vue
  2. 2
      src/components/DesignForm/public/form/formItem.vue

2
src/components/DesignForm/public/expand/lowcodeImage.vue

@ -311,7 +311,7 @@ const fit = computed(()=>{
<template>
<el-image
v-if="(!hasELCard(ancestors))&&props.data.control.useDefaultImg&&props.type==5"
v-if="props.data.control.useDefaultImg&&props.type==5"
:src="value"
class="avatar"
:style="getFormItemInputStyle(configStyle, 2)"

2
src/components/DesignForm/public/form/formItem.vue

@ -1118,7 +1118,7 @@ const diGuiJilian = (val: any, options: any[]) => {
</script>
<template>
{{ data.type }}
<BaiduMap
v-if="judgeIsShow(data.name) && data.type === 'baidumap' && type != 4"
:data="data"

Loading…
Cancel
Save