feat(featured-areas): 引入 CustomerModal 组件

This commit is contained in:
wkc
2026-02-28 16:10:39 +08:00
parent c432b04075
commit 4ec1544660

View File

@@ -337,6 +337,7 @@ import { businessBelongList } from '@/views/grid/create/utils'
import { mapGetters } from 'vuex'
import { Message } from 'element-ui'
import { isEmpty } from 'lodash'
import CustomerModal from '@/views/grid/map/draw-area/customer-modal.vue'
const polygonOptions = {
strokeColor: '#5E87DB',
strokeWeight: 3,
@@ -355,6 +356,9 @@ const labelOptions = {
}
export default {
name: 'BMapPolygonEditor',
components: {
CustomerModal
},
props: ['layerInfo'],
data() {
return {