修改界面

master
夜笙歌 5 months ago
parent f6947e86eb
commit cd0210f77c

@ -58,9 +58,9 @@
<div class="equipmentRecordImg" @click="toEquipmentRecord">
</div>
<el-dialog title="台账管理" :visible.sync="dialogTableVisible">
<el-dialog title="台账管理" width="90%" :visible.sync="dialogTableVisible">
<el-button type="primary" @click="importf"></el-button>
<el-table :data="tableData">
<el-table :data="tableData" :max-height="70*vh">
<el-table-column :property="i" :label="i" width="200px" v-for="i in tableTh"></el-table-column>
</el-table>
</el-dialog>
@ -94,11 +94,13 @@ import {
importAccount
} from '@/api/board/index'
const vh = (document.documentElement.clientHeight || document.body.clientHeight) / 100
export default {
name: 'BoardTopNav',
data() {
return {
vh,
selectSecnesList: [],
name: '智慧场景',
isIndex: true,
@ -125,7 +127,7 @@ export default {
this.tenantData = e.data
})
if (!this.$store.getters.sceneId) {
this.$router.replace({path: "/board/index"})
await this.$router.replace({path: "/board/index"})
}
if (this.$route.name === 'smartScene' || this.$route.name === 'GPS' || this.$route.name === 'index' || this.$store.getters.sceneId) {
} else {
@ -133,7 +135,7 @@ export default {
await this.$router.replace({path: "/board/index"});
} else {
await this.$router.replace({path: "/board/smartScene"});
this.$router.push({path: '/board/smartScene'})
await this.$router.push({path: '/board/smartScene'})
}
}
await this.setSelectSecnes()
@ -148,11 +150,7 @@ export default {
});
}
}
if (this.$store.state.user.permissions.includes('business:monitor:index') || this.$store.state.user.permissions.includes('*:*:*')) {
this.isIndex = true
} else {
this.isIndex = false
}
this.isIndex = !!(this.$store.state.user.permissions.includes('business:monitor:index') || this.$store.state.user.permissions.includes('*:*:*'));
},
methods: {

@ -655,16 +655,16 @@ export default {
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
width: 100%;
height: 7vw;
width: 50%;
height: 3.5vw;
margin-top: 12px;
display: inline-block;
.icon {
background-image: url("~@/assets/board/equipment/icon.png");
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
top: 21%;
left: 5.8%;
width: 14.5%;
@ -676,7 +676,7 @@ export default {
top: 50%;
left: 30%;
transform: translateY(-50%);
font-size: 1vw;
font-size: 0.6vw;
color: #1facf4;
}
@ -704,10 +704,11 @@ export default {
.item {
position: relative;
width: 100%;
width: 50%;
margin-bottom: 12px;
height: 18vh;
padding: 1vh 0;
height: 9vh;
padding: 0.5vh 0;
display: inline-block;
.iconBg {
background-image: url("~@/assets/board/equipment/iconBg.png");
@ -716,8 +717,8 @@ export default {
position: absolute;
top: 16%;
left: 5%;
width: 16vh;
height: 16vh;
width: 8vh;
height: 8vh;
}
.icon {
@ -725,10 +726,10 @@ export default {
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
top: calc(16% + 1vh);
left: calc(5% + 0.5vw);
width: 14vh;
height: 14vh;
top: calc(16% + 0.5vh);
left: calc(5% + 0.25vw);
width: 7vh;
height: 7vh;
}
.rightBg {
@ -737,9 +738,9 @@ export default {
background-size: 100% 100%;
position: absolute;
top: 16%;
left: calc(10% + 16vh);
width: calc(90% - 16vh);;
height: 16vh;
left: calc(10% + 8vh);
width: calc(90% - 8vh);
height: 8vh;
.title {
position: absolute;
@ -747,13 +748,13 @@ export default {
left: 12%;
color: #1facf4;
transform: translate(-50%, -50%);
font-size: 1vw;
font-size: 0.6vw;
}
.infoItem {
display: inline-block;
position: relative;
width: 6vw;
width: 3vw;
height: 50%;
.spanBg {
@ -773,7 +774,7 @@ export default {
bottom: 55%;
left: 12%;
color: #f4f4f4;
font-size: 0.7vw;
font-size: 0.5vw;
}
.num {
@ -781,7 +782,7 @@ export default {
top: 55%;
left: 12%;
color: #f4f4f4;
font-size: 0.7vw;
font-size: 0.5vw;
}
}

@ -134,9 +134,17 @@
</vue-seamless-scroll>
</div>
<el-button type="primary" class="exTable"
@click="exTable">导出告警信息
</el-button>
<div class="exTable">
<el-date-picker
style="width: calc(100% - 140px)"
v-model="exTableTime"
type="datetimerange"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期">
</el-date-picker>
<el-button type="primary" @click="exTable" style="margin-left: 8px">导出告警信息</el-button>
</div>
<div v-if="isMap">
<Chart ref="mapChart" class="mapChart"></Chart>
<el-button type="primary" style="position:absolute;bottom: 4%;left: 50%;transform: translateX(-50%)"
@ -144,7 +152,7 @@
</el-button>
</div>
<el-dialog :visible.sync="realMap" width="80%">
<el-dialog :visible.sync="realMap" width="80%" @close="monitorUnitId = null">
<el-form :inline="true" :model="formInline" class="demo-form-inline">
<el-form-item label="名称">
<el-input v-model="formInline.name" placeholder="名称"></el-input>
@ -153,12 +161,35 @@
<el-button type="primary" @click="searchMap"></el-button>
</el-form-item>
</el-form>
<el-switch
v-model="isRail"
@change="RailChange"
active-text="显示点位"
inactive-text="隐藏点位">
</el-switch>
<div id="map" class="map"></div>
</el-dialog>
<el-dialog
:visible.sync="isDispose"
width="30%">
<el-descriptions class="margin-top" :column="3" :size="size" border>
<el-descriptions-item>
<template slot="label">
报警信息
</template>
{{ warInfo.alarmLevelName }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
报警位置
</template>
{{ warInfo.location }}
</el-descriptions-item>
</el-descriptions>
<span>备注</span>
<el-input
style="margin-top: 12px;margin-bottom:12px"
@ -173,6 +204,34 @@
<el-button type="primary" @click="disposeAll"></el-button>
</span>
</el-dialog>
<el-dialog title="设备信息" :visible.sync="equipmentInfoDialog">
<el-descriptions class="margin-top" :column="3" :size="size" border>
<el-descriptions-item>
<template slot="label">
经度
</template>
{{ equipmentInfo.longitude }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
纬度
</template>
{{ equipmentInfo.latitude }}
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
名称
</template>
{{ equipmentInfo.deviceName }}
</el-descriptions-item>
</el-descriptions>
<div slot="footer" class="dialog-footer">
<el-button @click="equipmentInfoDialog = false"> </el-button>
<el-button type="primary" @click="getDeviceInfo" :disabled="!monitorUnitId">设备信息</el-button>
<!-- <el-button type="primary" @click="equipmentInfoDialog = true">打开内层 Dialog</el-button>-->
</div>
</el-dialog>
</div>
</template>
@ -212,6 +271,12 @@ export default {
data() {
return {
containerPic,
isRail: true,
monitorUnitId: null,
equipmentInfoDialog: false,
exTableTime: [new Date(new Date().getTime() - 1000 * 60 * 60 * 24), new Date()],
equipmentInfo: {},
warInfo: {},
formInline: {},
textarea: '',
disposeNo: null,
@ -437,6 +502,7 @@ export default {
const {rows: data} = await getAlarmInfos()
this.table1Data = data.map((e, i) => {
return {
...e,
no: e.alarmInfoId,
type: e.alarmTypeName,
location: e.monitorUnitName,
@ -516,6 +582,8 @@ export default {
this.$refs.chart3.setData(option3)
},
dispose(e) {
this.warInfo = e
console.log(e)
this.textarea = ''
this.isDispose = true
this.disposeNo = e.no
@ -776,6 +844,9 @@ export default {
})
},
setMarker(e) {
if (!this.isRail) {
return
}
let marker = new AMap.Marker({
position: [e.longitude, e.latitude],
title: `信息\n经度${e.longitude}\n纬度${e.latitude}\n名称${e.deviceName}\n`,
@ -802,11 +873,17 @@ export default {
})
})
marker.on('dblclick', () => {
this.$router.push({path: '/board/equipment', query: {monitorUnitId: e.monitorUnitId}})
this.equipmentInfoDialog = true
this.equipmentInfo = e
this.monitorUnitId = e.monitorUnitId
// this.$router.push({path: '/board/equipment', query: {monitorUnitId: e.monitorUnitId}})
});
map.add(marker);
markers.push(marker)
},
getDeviceInfo() {
this.$router.push({path: '/board/equipment', query: {monitorUnitId: this.monitorUnitId}})
},
setPolygon(e, val) {
// let e = position.map(val => {
// return [val.longitude, val.latitude]
@ -850,7 +927,7 @@ export default {
map.remove(markers)
map.remove(polygons)
map.remove(circles)
console.log(data)
markers = []
data.forEach(e => {
if (e.latitude && e.longitude) {
this.setMarker(e)
@ -859,7 +936,20 @@ export default {
map.setFitView(markers)
},
exTable() {
exTableData({}, '告警信息')
let query = {}
query.startTime = this.parseTime(this.exTableTime?.[0]?.getTime())
query.endTime = this.parseTime(this.exTableTime?.[1]?.getTime())
exTableData(query, '告警信息')
},
async RailChange() {
if (this.isRail) {
const data = await getDeviceByAreaId(this.$store.getters.tenantId)
data.data.map(e => e.devicesList).flat(1).forEach(e => {
this.setMarker(e)
})
} else {
map.remove(markers)
}
}
}
}
@ -985,8 +1075,8 @@ export default {
.table1 {
position: absolute;
width: 21%;
height: 50%;
top: 45.5%;
height: 45%;
top: 50.5%;
left: 76.3%;
}
@ -1002,10 +1092,12 @@ export default {
width: 100%;
height: 80vh;
}
.exTable {
position: absolute;
bottom: 0%;
left: 87%;
transform: translateX(-50%);
top: 46%;
left: 76.3%;
width: 21%;
/*transform: translateX(-50%);*/
}
</style>

Loading…
Cancel
Save