保安服务企业管理项目备份
guoshilong
2024-01-17 076f7db1e1fc868fbee4524ff2194056fa2304d9
src/views/dispatch/components/OlMapBox.vue
@@ -22,7 +22,7 @@
            </div>
        </div>
        <div class="unit-select">
            <el-select v-model="industryValue" multiple collapse-tags placeholder="请选择行业" @change="industryChange">
            <el-select v-model="industryValue" multiple collapse-tags placeholder="请选择行业" clearable @change="industryChange">
                <el-option v-for="item in industryOptions" :key="item.value" :label="item.label" :value="item.value">
                </el-option>
            </el-select>
@@ -99,7 +99,7 @@
                view: new OlView({
                    // 初始化中心点坐标,经纬度一会自己换一下
                    center: [112.85857823133, 35.496284586473],
                    zoom: 18,
                    zoom: 13,
                    projection: "EPSG:4326"
                }),
            })