diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue index 53ea4cae..9265bbfc 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue @@ -24,17 +24,19 @@ export default { data() { return { activeIcon: null, + isshow: false }; }, created() { this.activeIcon = window.showStakeText ? 'Vector' : null; - Vue.prototype.mapIns.pileIsShow("jhlayers", false); + //Vue.prototype.mapIns.pileIsShow("jhlayers", false); }, methods: { handleClick(type) { this.activeIcon = this.activeIcon === type ? null : type; + this.isshow = !this.isshow; Vue.prototype.isMapStatck = (this.activeIcon === type); - Vue.prototype.mapIns.pileIsShow("jhlayers", (this.activeIcon === type)); + Vue.prototype.mapIns.pileIsShow("jhlayers", this.isshow); if (this.activeIcon) window.showStakeText = true; else window.showStakeText = false; // markerClusterIns.setData(); diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue index 2f868c7c..5f02ce68 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue @@ -460,7 +460,7 @@ export default { display: flex; overflow: hidden; gap: 24px; - height: 30px; + height: 30px !important; .tabs-item { display: flex; @@ -489,6 +489,9 @@ export default { .bottom { display: flex; justify-content: end; + position: absolute; + right: 20px; + bottom: 15px; .cleared-btn { // position: absolute; diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js index 253703c2..7287fcca 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js @@ -171,8 +171,8 @@ export class MarkerCluster { ); await sleep(1000) console.log('执行show完毕',aryPoints,'点位数组') - Vue.prototype.mapIsLoading = false } + Vue.prototype.mapIsLoading = false if(Vue.prototype.isMapStatck){ Vue.prototype.mapIns.pileIsShow("jhlayers", true); } diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue index d382a839..4338fa29 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/solar/index.vue @@ -1,5 +1,12 @@ + @@ -8,89 +15,482 @@ - 当前累计发电量 - {{item}} - 万度 + 当年累计发电量 + + {{ item }} + + 度 + + + 当年累计用电量 + + {{ item }} + + 度 + + + 今日累计发电量 + + + + + + {{ titles2 }}度 + + + 今日累计用电量 + + + + + + {{ titles3 }}度 + + + + + + + + 设备统计 + + + + + {{device0}} 个 + 设备总数 + {{device1}} 个 + 放电异常设备 + + + + + + + + 环境贡献 + + + + + {{titles4}} 吨 + CO₂减排 + + + + {{titles5}} 棵 + 等效植树 + + + + {{titles6}} 吨 + 节约标准煤 - 2 - 3 - 223 + + + + + + + + 今日发电统计 + 总计:{{ chart1Total1 }}度 + + + + 今日用电统计 + 总计:{{ chart1Total1 }}度 + + + + 今日功率统计 + 总计:{{ chart1Total3 }}千瓦 + + + + + + + diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index e5564d89..73d9bdd7 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,569 +1,456 @@ - - - - - - - 重点数据 - - - - 当年累计发电量 - - {{ item }} - - 万度 - - - 当年累计用电量 - - {{ item }} - - 万度 - - - 今日累计发电量 - - - - - - {{ titles[2].value }}度 - - - 今日累计用电量 - - - - - - {{ titles[2].value }}度 - - - + + + + + 齐鲁高速 + 济菏数智运营管理平台 - - - - 设备统计 - - - - - 1000 个 - 设备总数 - 10 个 - 放电异常设备 + + 欢迎登录 + + + + + + + + + + + + + 记住密码 + + + 登 录 + 登 录 中... + + + 立即注册 - - - - - - - 环境贡献 - - - - - 88.88吨 - CO₂减排 - - - - 88.88棵 - 等效植树 - - - - 8888Kg - 节约标准煤 - - - + + - - - - - - - - - 今日发电统计 - 总计:{{ chart1Total1 }}度 - - - - 今日用电统计 - 总计:{{ chart1Total1 }}度 - - - - 今日功率统计 - 总计:{{ chart1Total3 }}千瓦 - - - - - + + + + \ No newline at end of file