|
@@ -31,7 +31,7 @@ getLocation 定位
|
|
<div class="point">
|
|
<div class="point">
|
|
<span>{{item.Name}}</span>
|
|
<span>{{item.Name}}</span>
|
|
<el-button size="mini" @click="getDetails(item)" icon="el-icon-edit-outline"></el-button>
|
|
<el-button size="mini" @click="getDetails(item)" icon="el-icon-edit-outline"></el-button>
|
|
- <el-button :disabled="!map" size="mini" @click="btnClick(item)"
|
|
|
|
|
|
+ <el-button :disabled="true" size="mini" @click="btnClick(item)"
|
|
:icon="item.X == 0 && item.Y == 0 ? 'el-icon-s-flag' : 'el-icon-place'"></el-button>
|
|
:icon="item.X == 0 && item.Y == 0 ? 'el-icon-s-flag' : 'el-icon-place'"></el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -97,7 +97,7 @@ getLocation 定位
|
|
<template v-for="(item,index) in installPic">
|
|
<template v-for="(item,index) in installPic">
|
|
<div class="point-image" :key="index">
|
|
<div class="point-image" :key="index">
|
|
<i class="el-icon-delete" @click="delImage(index,installPic)"></i>
|
|
<i class="el-icon-delete" @click="delImage(index,installPic)"></i>
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<load-img keyName="安装位置" @getKey="getKey"></load-img>
|
|
<load-img keyName="安装位置" @getKey="getKey"></load-img>
|
|
@@ -107,7 +107,7 @@ getLocation 定位
|
|
<template v-for="(item,index) in panorama">
|
|
<template v-for="(item,index) in panorama">
|
|
<div class="point-image" :key="index">
|
|
<div class="point-image" :key="index">
|
|
<i class="el-icon-delete" @click="delImage(index,panorama)"></i>
|
|
<i class="el-icon-delete" @click="delImage(index,panorama)"></i>
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<load-img keyName="全景照片" @getKey="getKey"></load-img>
|
|
<load-img keyName="全景照片" @getKey="getKey"></load-img>
|
|
@@ -117,7 +117,7 @@ getLocation 定位
|
|
<template v-for="(item,index) in rimPic">
|
|
<template v-for="(item,index) in rimPic">
|
|
<div class="point-image" :key="index">
|
|
<div class="point-image" :key="index">
|
|
<i class="el-icon-delete" @click="delImage(index,rimPic)"></i>
|
|
<i class="el-icon-delete" @click="delImage(index,rimPic)"></i>
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<load-img keyName="周边照片" @getKey="getKey"></load-img>
|
|
<load-img keyName="周边照片" @getKey="getKey"></load-img>
|
|
@@ -127,7 +127,7 @@ getLocation 定位
|
|
<template v-for="(item,index) in videoPic">
|
|
<template v-for="(item,index) in videoPic">
|
|
<div class="point-image" :key="index">
|
|
<div class="point-image" :key="index">
|
|
<i class="el-icon-delete" @click="delImage(index,videoPic)"></i>
|
|
<i class="el-icon-delete" @click="delImage(index,videoPic)"></i>
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<load-img keyName="视频" @getKey="getKey"></load-img>
|
|
<load-img keyName="视频" @getKey="getKey"></load-img>
|
|
@@ -137,7 +137,7 @@ getLocation 定位
|
|
<template v-for="(item,index) in elsePic">
|
|
<template v-for="(item,index) in elsePic">
|
|
<div class="point-image" :key="index">
|
|
<div class="point-image" :key="index">
|
|
<i class="el-icon-delete" @click="delImage(index,elsePic)"></i>
|
|
<i class="el-icon-delete" @click="delImage(index,elsePic)"></i>
|
|
- <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.key +'&width=200&height=200'" alt>
|
|
|
|
|
|
+ <img :src="'/image-service/common/image_get?systemId=dataPlatform&key='+ item.Key +'&width=200&height=200'" alt>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<load-img keyName="其他照片" @getKey="getKey"></load-img>
|
|
<load-img keyName="其他照片" @getKey="getKey"></load-img>
|
|
@@ -340,19 +340,20 @@ export default {
|
|
Filters: `BuildId='${this.buildingData[0]}';floorId='${this.buildingData[1]}'`,
|
|
Filters: `BuildId='${this.buildingData[0]}';floorId='${this.buildingData[1]}'`,
|
|
"Cascade": [{ "Name": "imageList" }]
|
|
"Cascade": [{ "Name": "imageList" }]
|
|
};
|
|
};
|
|
- if (this.index == "1") {
|
|
|
|
|
|
+ if (this.activeName2 != "point") {
|
|
param.Filters = `BuildId='${this.buildingData[0]}';floorId isNull`
|
|
param.Filters = `BuildId='${this.buildingData[0]}';floorId isNull`
|
|
}
|
|
}
|
|
this.isLoading = true;
|
|
this.isLoading = true;
|
|
locationPointQuery(param, res => {
|
|
locationPointQuery(param, res => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
- if (this.index == "1") {
|
|
|
|
|
|
+ if (this.activeName2 != "point") {
|
|
this.pointNoData = res.Content;
|
|
this.pointNoData = res.Content;
|
|
|
|
+ this.$emit("getPointList", []);
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
this.pointData = res.Content;
|
|
this.pointData = res.Content;
|
|
|
|
+ this.$emit("getPointList", res.Content);
|
|
}
|
|
}
|
|
- this.$emit("getPointList", res.Content);
|
|
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|