feat(featured-areas): 引入 CustomerModal 组件
This commit is contained in:
@@ -337,6 +337,7 @@ import { businessBelongList } from '@/views/grid/create/utils'
|
|||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
import { Message } from 'element-ui'
|
import { Message } from 'element-ui'
|
||||||
import { isEmpty } from 'lodash'
|
import { isEmpty } from 'lodash'
|
||||||
|
import CustomerModal from '@/views/grid/map/draw-area/customer-modal.vue'
|
||||||
const polygonOptions = {
|
const polygonOptions = {
|
||||||
strokeColor: '#5E87DB',
|
strokeColor: '#5E87DB',
|
||||||
strokeWeight: 3,
|
strokeWeight: 3,
|
||||||
@@ -355,6 +356,9 @@ const labelOptions = {
|
|||||||
}
|
}
|
||||||
export default {
|
export default {
|
||||||
name: 'BMapPolygonEditor',
|
name: 'BMapPolygonEditor',
|
||||||
|
components: {
|
||||||
|
CustomerModal
|
||||||
|
},
|
||||||
props: ['layerInfo'],
|
props: ['layerInfo'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user