Browse Source

去掉标签定位

master
herenshan112 7 days ago
parent
commit
53dcbac3a6
  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> </script>
<template>{{ data.type }} <template>
<BaiduMap <BaiduMap
v-if="judgeIsShow(data.name) && data.type === 'baidumap' && type != 4" v-if="judgeIsShow(data.name) && data.type === 'baidumap' && type != 4"
:data="data" :data="data"

Loading…
Cancel
Save