|
|
|
@ -245,12 +245,12 @@
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { scrollSmoothTo } from '@/common/util/index.js'
|
|
|
|
|
import _mixin from './mixin.js'
|
|
|
|
|
import { AREA_SECOND_STATIONS, FIRST_STATIONS, UN_SHOW_STATIONS, END_NUM } from './config'
|
|
|
|
|
import { getBigScreenPowerInverterInfo, getBigScreenPowerInverterInfo2 } from '@/api/modules/station.js'
|
|
|
|
|
import { scrollSmoothTo } from '@/common/util/index.js'
|
|
|
|
|
import _mixin from './mixin.js'
|
|
|
|
|
import { AREA_SECOND_STATIONS, FIRST_STATIONS, UN_SHOW_STATIONS, END_NUM } from './config'
|
|
|
|
|
import { getBigScreenPowerInverterInfo, getBigScreenPowerInverterInfo2 } from '@/api/modules/station.js'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
modalName: null,
|
|
|
|
@ -402,7 +402,7 @@
|
|
|
|
|
v._sName = v.equipmentName.split(' ')[1]
|
|
|
|
|
return v
|
|
|
|
|
}).sort((a, b) => a._sName.localeCompare(b._sName, 'zh-CN'))
|
|
|
|
|
const num = mat.length ? mat[0] : 0
|
|
|
|
|
const num = mat && mat.length ? mat[0] : 0
|
|
|
|
|
return {
|
|
|
|
|
key: v,
|
|
|
|
|
num,
|
|
|
|
@ -450,11 +450,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
|
:root {
|
|
|
|
|
:root {
|
|
|
|
|
--c-green: #00d40e;
|
|
|
|
|
//--c-z1: #1d49a8;
|
|
|
|
|
--c-z1: #0c4ad1;
|
|
|
|
@ -462,41 +462,41 @@
|
|
|
|
|
--c-z3: #000;
|
|
|
|
|
--c-z4: #808080;
|
|
|
|
|
--c-z5: #fc6;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .selected-list{
|
|
|
|
|
}
|
|
|
|
|
/deep/ .selected-list{
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .u-collapse-item__content__text {
|
|
|
|
|
}
|
|
|
|
|
/deep/ .u-collapse-item__content__text {
|
|
|
|
|
background-color: rgba(0,0,0, 1);
|
|
|
|
|
}
|
|
|
|
|
/deep/ .second-class .u-collapse-item__content {
|
|
|
|
|
}
|
|
|
|
|
/deep/ .second-class .u-collapse-item__content {
|
|
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .first-class .u-collapse-item{
|
|
|
|
|
}
|
|
|
|
|
/deep/ .first-class .u-collapse-item{
|
|
|
|
|
&:nth-child(2) .u-collapse-item__content {
|
|
|
|
|
// height: 514.656px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .u-action-sheet {
|
|
|
|
|
/deep/ .u-action-sheet {
|
|
|
|
|
background: #000;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
/deep/ .u-action-sheet__header__title {
|
|
|
|
|
}
|
|
|
|
|
/deep/ .u-action-sheet__header__title {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
html, body {
|
|
|
|
|
}
|
|
|
|
|
html, body {
|
|
|
|
|
scroll-behavior:smooth;
|
|
|
|
|
}
|
|
|
|
|
.second-status {
|
|
|
|
|
}
|
|
|
|
|
.second-status {
|
|
|
|
|
&.z1 {
|
|
|
|
|
color:#00d40e;
|
|
|
|
|
}
|
|
|
|
|
&.z4 {
|
|
|
|
|
color: #808080;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.report-status {
|
|
|
|
|
}
|
|
|
|
|
.report-status {
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// left: 68%;
|
|
|
|
|
// top: 2px;
|
|
|
|
@ -540,8 +540,8 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.report-pos-info {
|
|
|
|
|
}
|
|
|
|
|
.report-pos-info {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
padding-bottom: 20upx;
|
|
|
|
|
color: #f5f5f5;
|
|
|
|
@ -589,7 +589,7 @@
|
|
|
|
|
width: 100upx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.station-box {
|
|
|
|
|
// padding: 0 10px 10px 10px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|