|
|
@ -84,7 +84,7 @@
|
|
|
|
>监拍点信息</el-button
|
|
|
|
>监拍点信息</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button type="primary" @click="handleShowErr">
|
|
|
|
<el-button type="primary" @click="handleShowErr">
|
|
|
|
设备信息</el-button
|
|
|
|
装置信息</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button type="primary" @click="handleUpGrade"
|
|
|
|
<el-button type="primary" @click="handleUpGrade"
|
|
|
|
>装置升级</el-button
|
|
|
|
>装置升级</el-button
|
|
|
@ -201,7 +201,6 @@ export default {
|
|
|
|
this.channelOption = [];
|
|
|
|
this.channelOption = [];
|
|
|
|
this.getChannelList(this.channelId); //获取通道id接口
|
|
|
|
this.getChannelList(this.channelId); //获取通道id接口
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
//获取通道的接口
|
|
|
|
//获取通道的接口
|
|
|
|
getChannelList(id) {
|
|
|
|
getChannelList(id) {
|
|
|
|
getChannelByTermidJoggle({ termid: id })
|
|
|
|
getChannelByTermidJoggle({ termid: id })
|
|
|
@ -285,6 +284,12 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//图片绘制
|
|
|
|
//图片绘制
|
|
|
|
handlePanel() {
|
|
|
|
handlePanel() {
|
|
|
|
|
|
|
|
//const nodes = this.$refs.tree.getNode(this.currentNodekey).data; //若节点可被选择,则返回目前被选中的节点所组成的数组
|
|
|
|
|
|
|
|
//获取当前电压等级,线路名称和装置名称
|
|
|
|
|
|
|
|
// let pannelParmas = {};
|
|
|
|
|
|
|
|
// pannelParmas.push({});
|
|
|
|
|
|
|
|
console.log(this.channelOption);
|
|
|
|
|
|
|
|
|
|
|
|
this.$refs.pictureTags_ref.display();
|
|
|
|
this.$refs.pictureTags_ref.display();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -312,6 +317,7 @@ export default {
|
|
|
|
.el-tree {
|
|
|
|
.el-tree {
|
|
|
|
.el-tree-node__content {
|
|
|
|
.el-tree-node__content {
|
|
|
|
height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.el-tree--highlight-current
|
|
|
|
.el-tree--highlight-current
|
|
|
@ -347,7 +353,7 @@ export default {
|
|
|
|
.setTimebtn {
|
|
|
|
.setTimebtn {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
h3 {
|
|
|
|
h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color: @color-text-primary;
|
|
|
|
color: @color-text-primary;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|