Browse Source

合并分支

test
YUJT 3 years ago
parent
commit
ada2cbd31f
  1. 20
      src/views/modules/base/community/roomForm.vue
  2. 6
      src/views/modules/visual/components/screen-map/index.vue

20
src/views/modules/base/community/roomForm.vue

@ -41,19 +41,23 @@
</el-form-item> </el-form-item>
<div v-if="formType === 'detail'"> <div v-if="formType === 'detail'">
<el-form-item label="房屋编码" <el-form-item label="房屋编码"
prop="houseCode" prop="houseCode"
label-width="150px" label-width="150px"
style="display: block"> style="display: block">
<el-input class="item_width_1" <el-input class="item_width_1"
maxlength="30" maxlength="30"
v-model="dataForm.houseCode"> v-model="dataForm.houseCode">
</el-input> </el-input>
</el-form-item> </el-form-item>
<div v-if="dataForm.houseQrcodeUrl" style="display: flex;flex-direction: column;"> <div v-if="dataForm.houseQrcodeUrl"
<img style="margin-left: 70px;width: 200px;" :src="dataForm.houseQrcodeUrl"> style="display: flex;flex-direction: column;">
<a style="margin-left: 80px" :href="dataForm.houseQrcodeUrl" target="_blank">下载</a> <img style="margin-left: 70px;width: 200px;"
</div> :src="dataForm.houseQrcodeUrl">
<a style="margin-left: 80px"
:href="dataForm.houseQrcodeUrl"
target="_blank">下载</a>
</div>
</div> </div>
<el-form-item label="房屋类型" <el-form-item label="房屋类型"
prop="houseType" prop="houseType"

6
src/views/modules/visual/components/screen-map/index.vue

@ -217,7 +217,7 @@ const vueGis = {
// }); // });
// //
this.initMap(); this.initMap()
if (this.showPolIconLayer) { if (this.showPolIconLayer) {
console.log("showPolIconLayer++++++++++++++++++++++", this.showPolIconLayer); console.log("showPolIconLayer++++++++++++++++++++++", this.showPolIconLayer);
// //
@ -532,6 +532,10 @@ const vueGis = {
mapView.setCenter(this.centerPoint); mapView.setCenter(this.centerPoint);
} }
mapView.setZoom(this.zoom); mapView.setZoom(this.zoom);
<<<<<<< HEAD
=======
>>>>>>> dev-fangwu
}, },
firstCentermap() { firstCentermap() {
if (this.mapInfo.longitude && this.mapInfo.latitude) { if (this.mapInfo.longitude && this.mapInfo.latitude) {

Loading…
Cancel
Save