修改bug
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
style="position: relative"
|
style="position: relative"
|
||||||
>
|
>
|
||||||
<PointTree @node-click="nodeClick" @init="nodeClick" @pointTypeChange="pointTypeChange"></PointTree>
|
<!-- @init="nodeClick" -->
|
||||||
|
<PointTree @node-click="nodeClick" @pointTypeChange="pointTypeChange"></PointTree>
|
||||||
<div class="device-control-right" v-if="deviceData">
|
<div class="device-control-right" v-if="deviceData">
|
||||||
<el-descriptions title="设备基本信息" class="mb10" :column="3" border>
|
<el-descriptions title="设备基本信息" class="mb10" :column="3" border>
|
||||||
<template #extra>
|
<template #extra>
|
||||||
|
|||||||
@@ -69,10 +69,10 @@
|
|||||||
{{ item.capacitySt }}MVA
|
{{ item.capacitySt }}MVA
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="PT变比" width="160">
|
<el-descriptions-item label="PT变比" width="160">
|
||||||
{{ item.pt && item.pt1 ? item.pt / item.pt1 : item.pt }}
|
{{ item.pt && item.pt1 ? item.pt + '/' + item.pt1 : '/' }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="CT变比" width="160">
|
<el-descriptions-item label="CT变比" width="160">
|
||||||
{{ item.ct && item.ct1 ? item.ct / item.ct1 : item.ct }}
|
{{ item.ct && item.ct1 ? item.ct + '/' + item.ct1 : '/' }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="起始时间" width="160">
|
<el-descriptions-item label="起始时间" width="160">
|
||||||
<span style="width: 140px; overflow: hidden; display: block">
|
<span style="width: 140px; overflow: hidden; display: block">
|
||||||
|
|||||||
Reference in New Issue
Block a user