diff --git a/src/assets/images/fhpl/sqjca.png b/src/assets/images/fhpl/sqjca.png index 0eb531c..00e619c 100644 --- a/src/assets/images/fhpl/sqjca.png +++ b/src/assets/images/fhpl/sqjca.png Binary files differ diff --git a/src/assets/images/fhpl/sqjca.png b/src/assets/images/fhpl/sqjca.png index 0eb531c..00e619c 100644 --- a/src/assets/images/fhpl/sqjca.png +++ b/src/assets/images/fhpl/sqjca.png Binary files differ diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index 289c2b3..c2b55f6 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -108,10 +108,10 @@
-
入河排口运行监控
+
调度统计
-
+ +
@@ -146,6 +147,7 @@ import { Vue3SeamlessScroll } from 'vue3-seamless-scroll'; import { ref, reactive, toRefs, onMounted, onBeforeUnmount } from 'vue'; import bus from '@/bus'; +import dispatchEch from './dispatchEch.vue'; import monitor_icon from '@/assets/images/fhpl/monitor_icon.png'; import bengzhantingzhi from '@/assets/images/fhpl/bengzhantingzhi.png'; import bengzhanyunxing from '@/assets/images/fhpl/bengzhanyunxing.png'; @@ -507,110 +509,112 @@ width: 450px; height: 31%; margin-top: 3px; + // background: red; .JkMonitor { margin: 5px auto; width: 430px; height: calc(100% - 50px); - .tableHeader { - width: 100%; - height: 34px; - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%); - border-radius: 2px; - border: 1px solid #74dde1; - display: flex; + // .tableHeader { + // width: 100%; + // height: 34px; + // background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%); + // border-radius: 2px; + // border: 1px solid #74dde1; + // display: flex; - .tableHeaderList { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - // padding-left: 5px; - // text-align: center; - } - .tableList1 { - width: 35%; - padding-left: 15px; - } - .tableList2 { - width: 30%; - text-align: center; - } - .tableList3 { - width: 20%; - text-align: center; - } - } - .tableBody { - width: 100%; - height: calc(100% - 35px); - overflow: hidden; + // .tableHeaderList { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // // padding-left: 5px; + // // text-align: center; + // } + // .tableList1 { + // width: 35%; + // padding-left: 15px; + // } + // .tableList2 { + // width: 30%; + // text-align: center; + // } + // .tableList3 { + // width: 20%; + // text-align: center; + // } + // } + // .tableBody { + // width: 100%; + // height: calc(100% - 35px); + // overflow: hidden; - .tableBodyList { - height: 34px; - line-height: 34px; - width: 100%; - display: flex; - /* 选择偶数行 */ - &:nth-child(even) { - background: linear-gradient(0deg, #008599 0%, #08596d 100%); - } + // .tableBodyList { + // height: 34px; + // line-height: 34px; + // width: 100%; + // display: flex; + // /* 选择偶数行 */ + // &:nth-child(even) { + // background: linear-gradient(0deg, #008599 0%, #08596d 100%); + // } - .tableBodyList_span1 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - // text-align: center; - width: 35%; - padding-left: 15px; - // background: red; - // padding-left: 5px; - } - .tableBodyList_span2 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - text-align: center; - width: 30%; - } - .tableBodyList_span3 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - text-align: center; - width: 20%; - } + // .tableBodyList_span1 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // // text-align: center; + // width: 35%; + // padding-left: 15px; + // // background: red; + // // padding-left: 5px; + // } + // .tableBodyList_span2 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // text-align: center; + // width: 30%; + // } + // .tableBodyList_span3 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // text-align: center; + // width: 20%; + // } - .tableBodyList_span4 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 45px; - text-align: center; - width: 15%; - cursor: pointer; - // background: red; - } - .rad { - color: #ff3737; - } - .green { - color: #0fcd22; - } - } - } + // .tableBodyList_span4 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 45px; + // text-align: center; + // width: 15%; + // cursor: pointer; + // // background: red; + // } + // .rad { + // color: #ff3737; + // } + // .green { + // color: #0fcd22; + // } + // } + // } + // background: yellow; } } .ListBoxHeader { diff --git a/src/assets/images/fhpl/sqjca.png b/src/assets/images/fhpl/sqjca.png index 0eb531c..00e619c 100644 --- a/src/assets/images/fhpl/sqjca.png +++ b/src/assets/images/fhpl/sqjca.png Binary files differ diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index 289c2b3..c2b55f6 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -108,10 +108,10 @@
-
入河排口运行监控
+
调度统计
-
+ +
@@ -146,6 +147,7 @@ import { Vue3SeamlessScroll } from 'vue3-seamless-scroll'; import { ref, reactive, toRefs, onMounted, onBeforeUnmount } from 'vue'; import bus from '@/bus'; +import dispatchEch from './dispatchEch.vue'; import monitor_icon from '@/assets/images/fhpl/monitor_icon.png'; import bengzhantingzhi from '@/assets/images/fhpl/bengzhantingzhi.png'; import bengzhanyunxing from '@/assets/images/fhpl/bengzhanyunxing.png'; @@ -507,110 +509,112 @@ width: 450px; height: 31%; margin-top: 3px; + // background: red; .JkMonitor { margin: 5px auto; width: 430px; height: calc(100% - 50px); - .tableHeader { - width: 100%; - height: 34px; - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%); - border-radius: 2px; - border: 1px solid #74dde1; - display: flex; + // .tableHeader { + // width: 100%; + // height: 34px; + // background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%); + // border-radius: 2px; + // border: 1px solid #74dde1; + // display: flex; - .tableHeaderList { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - // padding-left: 5px; - // text-align: center; - } - .tableList1 { - width: 35%; - padding-left: 15px; - } - .tableList2 { - width: 30%; - text-align: center; - } - .tableList3 { - width: 20%; - text-align: center; - } - } - .tableBody { - width: 100%; - height: calc(100% - 35px); - overflow: hidden; + // .tableHeaderList { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // // padding-left: 5px; + // // text-align: center; + // } + // .tableList1 { + // width: 35%; + // padding-left: 15px; + // } + // .tableList2 { + // width: 30%; + // text-align: center; + // } + // .tableList3 { + // width: 20%; + // text-align: center; + // } + // } + // .tableBody { + // width: 100%; + // height: calc(100% - 35px); + // overflow: hidden; - .tableBodyList { - height: 34px; - line-height: 34px; - width: 100%; - display: flex; - /* 选择偶数行 */ - &:nth-child(even) { - background: linear-gradient(0deg, #008599 0%, #08596d 100%); - } + // .tableBodyList { + // height: 34px; + // line-height: 34px; + // width: 100%; + // display: flex; + // /* 选择偶数行 */ + // &:nth-child(even) { + // background: linear-gradient(0deg, #008599 0%, #08596d 100%); + // } - .tableBodyList_span1 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - // text-align: center; - width: 35%; - padding-left: 15px; - // background: red; - // padding-left: 5px; - } - .tableBodyList_span2 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - text-align: center; - width: 30%; - } - .tableBodyList_span3 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 34px; - text-align: center; - width: 20%; - } + // .tableBodyList_span1 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // // text-align: center; + // width: 35%; + // padding-left: 15px; + // // background: red; + // // padding-left: 5px; + // } + // .tableBodyList_span2 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // text-align: center; + // width: 30%; + // } + // .tableBodyList_span3 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 34px; + // text-align: center; + // width: 20%; + // } - .tableBodyList_span4 { - font-family: Source Han Sans CN; - font-weight: 400; - font-size: 14px; - color: #ffffff; - height: 34px; - line-height: 45px; - text-align: center; - width: 15%; - cursor: pointer; - // background: red; - } - .rad { - color: #ff3737; - } - .green { - color: #0fcd22; - } - } - } + // .tableBodyList_span4 { + // font-family: Source Han Sans CN; + // font-weight: 400; + // font-size: 14px; + // color: #ffffff; + // height: 34px; + // line-height: 45px; + // text-align: center; + // width: 15%; + // cursor: pointer; + // // background: red; + // } + // .rad { + // color: #ff3737; + // } + // .green { + // color: #0fcd22; + // } + // } + // } + // background: yellow; } } .ListBoxHeader { diff --git a/src/views/oneMap/floodPrevention/dispatchEch.vue b/src/views/oneMap/floodPrevention/dispatchEch.vue new file mode 100644 index 0000000..beeec61 --- /dev/null +++ b/src/views/oneMap/floodPrevention/dispatchEch.vue @@ -0,0 +1,216 @@ + + + +