You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1919 lines
60 KiB
Vue

2 years ago
<template>
2 years ago
<div class="alarmHandBox">
<div class="alarmTop">
<div class="alarmButtonGroup">
<el-button type="primary">查询</el-button>
<el-button type="primary">今日告警</el-button>
<el-button type="primary">最近三日告警</el-button>
<el-button type="primary">最近一周告警</el-button>
<el-button type="primary">批量处理</el-button>
<el-button type="primary">查看详情</el-button>
<el-button type="primary">导出</el-button>
<el-button type="primary">导出处理结果</el-button>
<el-button type="primary">导出图片</el-button>
<el-button type="primary">手动刷新</el-button>
</div>
</div>
<div class="alarmContain">
<div class="alarmTable">
<el-table
ref="multipleTable"
:data="tableData"
border
tooltip-effect="dark"
style="width: 100%"
@selection-change="handleSelectionChange"
height="calc(100% - 40px)"
@row-click="handleRowClick"
>
<el-table-column min-width="35">
<template slot-scope="scope">
<span>{{ (page - 1) * pageSize + scope.$index + 1 }}</span>
</template>
</el-table-column>
<el-table-column type="selection" min-width="25"> </el-table-column>
<el-table-column
prop="alarmTime"
label="告警时间"
min-width="135"
:show-overflow-tooltip="true"
:formatter="dateFormat"
>
</el-table-column>
<el-table-column prop="alarmLevel" label="告警级别" min-width="75">
</el-table-column>
<el-table-column
prop="lineName"
label="线路"
2 years ago
min-width="105"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="meid"
label="杆塔"
2 years ago
min-width="115"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="orientationName"
label="监拍朝向"
min-width="95"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="companyName"
label="单位"
min-width="75"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="alarmInfo"
label="告警原因"
min-width="155"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="source"
label="分析来源"
min-width="105"
:show-overflow-tooltip="true"
>
<template>后端分析</template></el-table-column
>
<el-table-column
prop="clearDistace"
label="净空距离"
min-width="105"
:show-overflow-tooltip="true"
><template>未分析</template>
</el-table-column>
<el-table-column
prop="distanceLevel"
label="距离分级"
min-width="85"
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="isRead"
label="是否已读"
min-width="95"
fixed="right"
>
<template slot-scope="scope">
<span v-if="scope.row.isRead == 0"></span>
<span v-if="scope.row.isRead == 1"></span>
</template>
</el-table-column>
</el-table>
<div class="pageNation">
<el-pagination
@current-change="handleCurrentChange"
:current-page="page"
:page-size="pageSize"
layout=" prev, pager, next, jumper,total"
:total="total"
>
</el-pagination>
2 years ago
</div>
2 years ago
</div>
<div class="alarmPic">
<div class="imgshow"><img :src="photoPic" /></div>
<div class="editorBtn">
<el-button type="primary">处理</el-button>
<el-button type="primary">查看操作详情</el-button>
<el-button type="primary">设置非警告区域</el-button>
<el-button type="primary">主动拍照</el-button>
<el-button type="primary">转向GT</el-button>
<el-button type="primary">复制</el-button>
<el-button type="primary">历史图</el-button>
2 years ago
</div>
2 years ago
</div>
2 years ago
</div>
2 years ago
</div>
2 years ago
</template>
<script>
2 years ago
//import { list } from '@/utils/api/index';
import moment from "moment";
2 years ago
export default {
2 years ago
data() {
return {
photoPic: "",
2 years ago
2 years ago
tableData: [],
multipleSelection: [],
page: 1, // 当前页数
pageSize: 20, // 每页数量
total: 0, //总条数
};
},
methods: {
handleCurrentChange(val) {
console.log(`当前页: ${val}`);
this.page = val;
this.getTableList();
},
getTableList() {
this.tableData = [
{
alarmId: "336a07658a964309855e7084013e545f",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230505040011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683230415000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230505040011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 1,
readStatus: null,
readTime: 1683279356000,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "2992fedf674f476cb647e3f3ebd4811b",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230505040010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683230407000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230505040010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "f76f1ad99b1149b4aaeedeaf04341f1f",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230505030011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683226814000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230505030011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 1,
readStatus: null,
readTime: 1683279594000,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "69a3a5c40801459186d8811b9559a940",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230505030010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683226808000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230505030010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "fa55719388714695a708c18fa06bd7f5",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230505020010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683223213000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230505020010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "d9aeeb589644446da5f6f93c8cf6bccb",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230505020012_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683223211000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230505020012_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 1,
readStatus: null,
readTime: 1683279593000,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "6844db45af574a01ab4eb7bc438ce481",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230505000010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683216013000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230505000010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "c29a2e93ac394e2ab347adb45c3ffe60",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230505000010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683216009000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230505000010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "e47de444a3a246edb84306a88299dd20",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504220011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683208814000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504220011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "f33ff5c8b8d24128903abb8421883128",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230504220010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683208808000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230504220010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "e10131c6816241d1bed61bf6eb3e1a0b",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504210011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683205213000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504210011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "f35b8d26bdf74223aa22816ec031807e",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230504210011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683205210000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230504210011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "1afae36ec37c488a8db16e0137fc13b9",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504200011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683201613000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504200011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "135133aeb9a04bac8c2b2164d21fa7e9",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504041712_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683145036000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504041712_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "d53a799629cc4dab831a29aebf23c5f4",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504030011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683140415000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504030011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "30a4b08aef0b4b67a32827241b5c3e64",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230504030010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683140409000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230504030010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "3449ac7086e448b1b10303235566eab8",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504020012_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683136816000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504020012_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "93ce7bc8bf2947c2b95b157cc8f7bfe0",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "2ab9a074-ca3a-4223-aa79-d17b609c69d3",
towerName: "XYIGQ10C221000003",
monitorPointId: "1055cc8c-07c4-e09b-846d-543aecc8c8c1",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000003_20230504020010_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683136809000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000003/202305/backend/XYIGQ10C221000003_20230504020010_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "c18c871a-1d2b-4022-805a-a9a0b4caa4be",
meid: "XYIGQ10C221000003",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "db52df4e3fdd4b9a8b56224737e9f70f",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230504010012_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683133217000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230504010012_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
{
alarmId: "81dd16f4aedc44efa003df11d924e692",
earlyAlarmId: null,
companyId: "f7d966d1-f3d1-4802-946d-ad93e1ee1b9b",
companyName: "xytest",
teamId: null,
teamName: null,
lineId: "8cee6df6-46c7-4f6d-abfa-b2cfecdcf31f",
lineName: "i1测试线路-SH",
logicTowerId: "38fb2783-4d41-490d-8b80-806ecb4822e0",
towerName: "XYIGQ10C221000080",
monitorPointId: "8f0ebae8-e314-1d43-c700-2a50139f5489",
orientation: "10",
orientationName: "白天",
photoName: "XYIGQ10C221000080_20230503230011_1_255_res.jpg",
phtotUrl: "/",
dangerCode: "0101",
dangerName: "跨高铁(电铁)",
alarmInfo: '["YanWu"]',
alarmTime: 1683126013000,
status: 0,
outvalue: null,
alarmFlag: null,
collectConfigId: null,
collectUser: null,
analysersrc: "2",
alarmObjects: null,
photoPath:
"/local/XYIGQ10C221000080/202305/backend/XYIGQ10C221000080_20230503230011_1_255_res.jpg",
alarmLevel: "1",
alarmSource: "1",
isRead: 0,
readStatus: null,
readTime: null,
readUserName: null,
ifDispatch: null,
dispatchState: null,
dispatchTime: null,
channel: 1,
deviceId: "097ba6dc-9ece-4da4-a636-00eacc39fad5",
meid: "XYIGQ10C221000080",
dealTime: null,
overTimeStatus: null,
manufacturerCode: null,
manufacturerName: null,
sendWechat: null,
presettingNum: null,
presettingName: null,
referencepicname: null,
photoId: null,
weatherStatus: null,
jingKongLength: null,
shuiPingLength: null,
chuiZhiLength: null,
companyIdSelect: null,
timeStart: null,
timeEnd: null,
voltageCode: "5",
voltageName: "220kV",
alarmLevelName: null,
alarmInfoName: null,
ifDispatchLocationId: null,
userId: null,
earlyAlarmTime: null,
lng: null,
lat: null,
timeExcel: null,
alarmTimeExcel: null,
sendPerson: null,
readPerson: null,
readTimeExcel: null,
statusName: null,
dealTimeDeal: null,
dealPersonDeal: null,
statusDeal: null,
measureDeal: null,
ramarkDeal: null,
analyseName: null,
workCount: null,
photoserver: null,
alarmDeal: [],
photoEarlyAlarm: null,
companyPath: null,
},
];
this.total = 36;
this.photoPic =
"http://180.166.218.222:8104/media" + this.tableData[0].photoPath;
2 years ago
},
2 years ago
handleSelectionChange(val) {
this.multipleSelection = val;
2 years ago
},
2 years ago
handleRowClick(row) {
//this.$refs.multipleTable.toggleRowSelection(row);
console.log(row);
this.photoPic = "http://180.166.218.222:8104/media" + row.photoPath;
},
dateFormat(row, column) {
var date = row[column.property];
if (date == undefined) {
return "";
}
return moment(date).format("YYYY-MM-DD HH:mm:ss");
},
},
created() {
this.getTableList();
2 years ago
},
2 years ago
};
</script>
<style lang="less">
.alarmHandBox {
2 years ago
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
background: #ffffff;
.alarmTop {
padding: 0px 8px 16px 8px;
2 years ago
}
.alarmContain {
display: flex;
height: calc(100% - 48px);
2 years ago
padding: 0px 8px;
.alarmTable {
width: 50%;
height: 100%;
2 years ago
}
2 years ago
.pageNation {
margin-top: 8px;
}
.alarmPic {
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
.imgshow {
width: 100%;
height: 90%;
img {
width: 100%;
height: 100%;
2 years ago
}
2 years ago
}
.editorBtn {
margin-top: 8px;
border: 1px solid @border-color-base;
padding: 2%;
border-radius: 4px;
}
.editorBtn {
display: flex;
justify-content: flex-start;
}
2 years ago
}
2 years ago
}
2 years ago
}
2 years ago
</style>