Browse Source

添加现实组件属性名

master
herenshan112 7 days ago
parent
commit
fe0d44698a
  1. 2
      src/components/DesignForm/public/form/formItem.vue

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

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

Loading…
Cancel
Save