修改测试bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="default-main device-control" :style="{ height: pageHeight.height }" v-loading="loading"
|
||||
style="position: relative">
|
||||
<!-- @init="nodeClick" -->
|
||||
<PointTree @node-click="nodeClick" @pointTypeChange="pointTypeChange" style="width: 280px"></PointTree>
|
||||
<PointTree @node-click="nodeClick" @pointTypeChange="pointTypeChange"></PointTree>
|
||||
<div class="device-control-right" v-if="deviceData">
|
||||
<el-descriptions title="监测点信息" class="mb10" width="180" :column="3" border>
|
||||
<template #extra>
|
||||
@@ -1253,7 +1253,7 @@ onBeforeUnmount(() => {
|
||||
display: flex;
|
||||
|
||||
&-left {
|
||||
width: 280px;
|
||||
// width: 280px;
|
||||
}
|
||||
|
||||
&-right {
|
||||
|
||||
@@ -358,7 +358,7 @@ defineExpose({ open, setRealTrendData, setOverLimitData })
|
||||
|
||||
.select {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
top: -36px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
|
||||
@@ -344,6 +344,7 @@ const init = async () => {
|
||||
color: ['#FFCC00', '#009900', '#CC0000', ...color],
|
||||
xAxis: {
|
||||
type: 'time',
|
||||
name:'时间',
|
||||
axisLabel: {
|
||||
formatter: {
|
||||
day: '{MM}-{dd}',
|
||||
|
||||
@@ -32,6 +32,7 @@ const key: any = ref(0)
|
||||
const column: any = ref([
|
||||
{ field: 'startTime', title: '数据起始时间', width: '140px', sortable: true },
|
||||
{ field: 'endTime', title: '数据结束时间', width: '140px', sortable: true },
|
||||
{ field: 'lastTime', title: '持续时间', width: '140px', sortable: true },
|
||||
{ field: 'itemName', title: '数据来源', width: '100px' },
|
||||
{ field: 'statisticalInterval', title: '时间间隔(分钟)', width: '120px', },
|
||||
{ field: 'voltageLevel', title: '电压等级', width: '100px', sortable: true },
|
||||
@@ -45,7 +46,7 @@ const column: any = ref([
|
||||
{ field: 'capacitySscb', title: '基准短路容量(MVA)', width: '140px', },
|
||||
{ field: 'capacitySscmin', title: '最小短路容量(MVA)', width: '140px', },
|
||||
|
||||
{ field: 'location', title: ' 测试位置', width: '100px', },
|
||||
// { field: 'location', title: ' 测试位置', width: '100px', },
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user