|
|
@ -57,6 +57,14 @@
|
|
|
|
<!-- 带参数的中心内容右侧参数区 -->
|
|
|
|
<!-- 带参数的中心内容右侧参数区 -->
|
|
|
|
<div class="picSetBox">
|
|
|
|
<div class="picSetBox">
|
|
|
|
<div class="swiperBox" v-loading="loadingpic">
|
|
|
|
<div class="swiperBox" v-loading="loadingpic">
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
|
|
|
<el-breadcrumb separator="/">
|
|
|
|
|
|
|
|
<el-breadcrumb-item> {{ towertitle }}</el-breadcrumb-item>
|
|
|
|
|
|
|
|
<el-breadcrumb-item v-if="address !== null">{{
|
|
|
|
|
|
|
|
address
|
|
|
|
|
|
|
|
}}</el-breadcrumb-item>
|
|
|
|
|
|
|
|
</el-breadcrumb>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<carouselChart
|
|
|
|
<carouselChart
|
|
|
|
ref="carouselpic"
|
|
|
|
ref="carouselpic"
|
|
|
|
:terminalPhoto="terminalPhoto"
|
|
|
|
:terminalPhoto="terminalPhoto"
|
|
|
@ -67,7 +75,7 @@
|
|
|
|
<div class="zzbox">
|
|
|
|
<div class="zzbox">
|
|
|
|
<!-- <h3>装置名称</h3> -->
|
|
|
|
<!-- <h3>装置名称</h3> -->
|
|
|
|
<p class="zzidname">{{ cmdid }}</p>
|
|
|
|
<p class="zzidname">{{ cmdid }}</p>
|
|
|
|
<p class="addressname">{{ address }}</p>
|
|
|
|
<!-- <p class="addressname">{{ address }}</p> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="paramsDate">
|
|
|
|
<div class="paramsDate">
|
|
|
|
<h3>日历快速查询</h3>
|
|
|
|
<h3>日历快速查询</h3>
|
|
|
@ -275,6 +283,7 @@ export default {
|
|
|
|
newTermId: "",
|
|
|
|
newTermId: "",
|
|
|
|
zzstatus: "",
|
|
|
|
zzstatus: "",
|
|
|
|
address: "",
|
|
|
|
address: "",
|
|
|
|
|
|
|
|
towertitle: "",
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
watch: {
|
|
|
|
watch: {
|
|
|
@ -354,7 +363,8 @@ export default {
|
|
|
|
if (this.lineTreeData[0].list[0].list.length > 0) {
|
|
|
|
if (this.lineTreeData[0].list[0].list.length > 0) {
|
|
|
|
this.currentNodekey = this.lineTreeData[0].list[0].list[0].id; //第一个数据
|
|
|
|
this.currentNodekey = this.lineTreeData[0].list[0].list[0].id; //第一个数据
|
|
|
|
this.newTermId = this.lineTreeData[0].list[0].list[0].id;
|
|
|
|
this.newTermId = this.lineTreeData[0].list[0].list[0].id;
|
|
|
|
|
|
|
|
this.towertitle = this.lineTreeData[0].list[0].list[0].name;
|
|
|
|
|
|
|
|
this.address = this.lineTreeData[0].list[0].list[0].address;
|
|
|
|
this.cmdid = this.lineTreeData[0].list[0].list[0].cmdid;
|
|
|
|
this.cmdid = this.lineTreeData[0].list[0].list[0].cmdid;
|
|
|
|
this.zzstatus = this.lineTreeData[0].list[0].list[0].onlinestatus;
|
|
|
|
this.zzstatus = this.lineTreeData[0].list[0].list[0].onlinestatus;
|
|
|
|
console.log(this.zzstatus);
|
|
|
|
console.log(this.zzstatus);
|
|
|
@ -381,6 +391,7 @@ export default {
|
|
|
|
this.channelId = data.id; //获取当前点击的id
|
|
|
|
this.channelId = data.id; //获取当前点击的id
|
|
|
|
this.cmdid = data.cmdid;
|
|
|
|
this.cmdid = data.cmdid;
|
|
|
|
this.address = data.address;
|
|
|
|
this.address = data.address;
|
|
|
|
|
|
|
|
this.towertitle = data.name;
|
|
|
|
this.newTermId = data.id; //获取当前点击的id
|
|
|
|
this.newTermId = data.id; //获取当前点击的id
|
|
|
|
console.log(data);
|
|
|
|
console.log(data);
|
|
|
|
this.channelValue = [];
|
|
|
|
this.channelValue = [];
|
|
|
@ -944,6 +955,24 @@ export default {
|
|
|
|
.el-loading-mask {
|
|
|
|
.el-loading-mask {
|
|
|
|
background-color: rgba(255, 255, 255, 0.6) !important;
|
|
|
|
background-color: rgba(255, 255, 255, 0.6) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
|
|
|
height: 32px;
|
|
|
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
background-color: #169e8cb0;
|
|
|
|
|
|
|
|
.el-breadcrumb {
|
|
|
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
height: 32px;
|
|
|
|
|
|
|
|
.el-breadcrumb__inner,
|
|
|
|
|
|
|
|
.el-breadcrumb__separator {
|
|
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.totalPic {
|
|
|
|
.totalPic {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|