修改测试bug
This commit is contained in:
@@ -5,14 +5,8 @@
|
|||||||
<div class="bx" id="wave"></div>
|
<div class="bx" id="wave"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-button
|
<el-button style="position: absolute; right: 10px; top: 0px; z-index: 20000" type="primary" link
|
||||||
style="position: absolute; right: 10px; top: 0px; z-index: 20000"
|
icon="el-icon-Download" title="生成图片" @click="download">
|
||||||
type="primary"
|
|
||||||
link
|
|
||||||
icon="el-icon-Download"
|
|
||||||
title="生成图片"
|
|
||||||
@click="download"
|
|
||||||
>
|
|
||||||
下载
|
下载
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,11 +166,11 @@ export default {
|
|||||||
's'
|
's'
|
||||||
}
|
}
|
||||||
else if (this.boxoList.systemType == 'WX') {
|
else if (this.boxoList.systemType == 'WX') {
|
||||||
|
console.log("🚀 ~ initWaves ~ this.boxoList:", this.boxoList)
|
||||||
this.titles =
|
this.titles =
|
||||||
// "变电站名称:" +
|
|
||||||
// this.boxoList.equipmentName +
|
|
||||||
' 监测点名称:' +
|
' 监测点名称:' +
|
||||||
this.boxoList.equipmentName +
|
this.boxoList.lineId +
|
||||||
' 发生时刻:' +
|
' 发生时刻:' +
|
||||||
this.boxoList.startTime +
|
this.boxoList.startTime +
|
||||||
' 暂降(骤升)幅值:' +
|
' 暂降(骤升)幅值:' +
|
||||||
@@ -593,7 +587,7 @@ export default {
|
|||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
left: 'center',
|
left: 'center',
|
||||||
text: title,
|
text: '电网侧-电压 ' + title,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: '0.8rem',
|
fontSize: '0.8rem',
|
||||||
color: _this.DColor ? '#fff' : echartsColor.WordColor
|
color: _this.DColor ? '#fff' : echartsColor.WordColor
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
<!-- <el-button v-if="deviceType == '1'" type="primary" @click="handleDownLoadTemplate">
|
<!-- <el-button v-if="deviceType == '1'" type="primary" @click="handleDownLoadTemplate">
|
||||||
模版下载
|
模版下载
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
<el-button v-if="deviceType == '1'" type="primary" @click="handleImport">离线数据导入</el-button>
|
<el-button v-if="deviceType == '1'" type="primary" icon="el-icon-Connection" @click="handleImport">离线补召</el-button>
|
||||||
<el-button v-if="deviceType == '1'" type="primary" @click="handleaddDevice">设备补召</el-button>
|
<el-button v-if="deviceType == '1'" type="primary" icon="el-icon-Monitor" @click="handleaddDevice">在线补召</el-button>
|
||||||
<el-button v-if="deviceType == '1'" type="primary" @click="handleAnalysisList">解析列表</el-button>
|
<el-button v-if="deviceType == '1'" type="primary" icon="el-icon-Tickets" @click="handleAnalysisList">补招日志</el-button>
|
||||||
</template>
|
</template>
|
||||||
<el-descriptions-item label="名称">
|
<el-descriptions-item label="名称">
|
||||||
{{ deviceData.name ? deviceData.name : '/' }}
|
{{ deviceData.name ? deviceData.name : '/' }}
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
<el-descriptions-item label="接入方式">
|
<el-descriptions-item label="接入方式">
|
||||||
{{ deviceData.devAccessMethod ? deviceData.devAccessMethod : '/' }}
|
{{ deviceData.devAccessMethod ? deviceData.devAccessMethod : '/' }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="识别码">
|
<el-descriptions-item label="网络设备ID">
|
||||||
{{ deviceData.ndid ? deviceData.ndid : '/' }}
|
{{ deviceData.ndid ? deviceData.ndid : '/' }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="型号">
|
<el-descriptions-item label="型号">
|
||||||
{{ echoName(deviceData.devModel, devModelOptions) }}
|
{{ echoName(deviceData.devModel, devModelOptions) }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="接入时间">
|
<el-descriptions-item label="接入日期">
|
||||||
{{ deviceData.time ? deviceData.time : '/' }}
|
{{ deviceData.time ? deviceData.time : '/' }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ const tableStore: any = new TableStore({
|
|||||||
row.loading = false
|
row.loading = false
|
||||||
if (res != undefined) {
|
if (res != undefined) {
|
||||||
boxoList.value = row
|
boxoList.value = row
|
||||||
boxoList.value.systemType = 'WX'
|
// boxoList.value.systemType = 'WX'
|
||||||
wp.value = res.data
|
wp.value = res.data
|
||||||
view.value = false
|
view.value = false
|
||||||
view2.value = true
|
view2.value = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
@click="openGroup"
|
@click="openGroup"
|
||||||
:loading="getGroupLoading"
|
:loading="getGroupLoading"
|
||||||
>
|
>
|
||||||
设备模版分组
|
模版数据分组
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
<el-descriptions-item label="名称">
|
<el-descriptions-item label="名称">
|
||||||
@@ -24,13 +24,13 @@
|
|||||||
<el-descriptions-item label="接入方式">
|
<el-descriptions-item label="接入方式">
|
||||||
{{ deviceData.devAccessMethod }}
|
{{ deviceData.devAccessMethod }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="识别码">
|
<el-descriptions-item label="网络设备ID">
|
||||||
{{ deviceData.ndid }}
|
{{ deviceData.ndid }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="型号">
|
<el-descriptions-item label="型号">
|
||||||
{{ echoName(deviceData.devModel, devModelOptions) }}
|
{{ echoName(deviceData.devModel, devModelOptions) }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="接入时间">
|
<el-descriptions-item label="接入日期">
|
||||||
{{ deviceData.time }}
|
{{ deviceData.time }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="应用程序版本号">
|
<el-descriptions-item label="应用程序版本号">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<el-descriptions-item label="名称">
|
<el-descriptions-item label="名称">
|
||||||
{{ popupData.deviceData.name }}
|
{{ popupData.deviceData.name }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="识别码">
|
<el-descriptions-item label="网络设备ID">
|
||||||
{{ popupData.deviceData.ndid }}
|
{{ popupData.deviceData.ndid }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<vxe-column type="checkbox" width="60"></vxe-column>
|
<vxe-column type="checkbox" width="60"></vxe-column>
|
||||||
<vxe-column field="devName" title="设备名称"></vxe-column>
|
<vxe-column field="devName" title="设备名称"></vxe-column>
|
||||||
<vxe-column field="devMac" title="设备MAC"></vxe-column>
|
<vxe-column field="devMac" title="设备MAC"></vxe-column>
|
||||||
<vxe-column field="devNdId" title="网络识别码"></vxe-column>
|
<vxe-column field="devNdId" title="网络设备ID"></vxe-column>
|
||||||
<vxe-column field="lineName" title="线路号"></vxe-column>
|
<vxe-column field="lineName" title="线路号"></vxe-column>
|
||||||
<vxe-column field="startTime" title="开始时间"></vxe-column>
|
<vxe-column field="startTime" title="开始时间"></vxe-column>
|
||||||
<vxe-column field="endTime" title="结束时间"></vxe-column>
|
<vxe-column field="endTime" title="结束时间"></vxe-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user