|
@@ -126,7 +126,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="pr-b3 pr">
|
|
|
+ <div class="pr-b3 pr tab-table table-carousel">
|
|
|
<span class="title2-right">越界预警</span>
|
|
|
<!-- <el-carousel-->
|
|
|
<!-- style="width: 100%"-->
|
|
@@ -153,10 +153,11 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
<el-pagination
|
|
|
- class="pageForDown"
|
|
|
+ class="pageForDown pagi-default"
|
|
|
style="opacity: 0.6;color: #eff7fb"
|
|
|
small
|
|
|
background="false"
|
|
|
+ pager-count="4"
|
|
|
:current-page="currentPage"
|
|
|
:page-size="pageSize"
|
|
|
:total="totals"
|
|
@@ -210,7 +211,7 @@
|
|
|
|
|
|
import ShowYuWarning from '@/views/hdsj/cpns/ShowYuWarning'
|
|
|
import {addLayerByName} from "@/utils/map/Layer"
|
|
|
- import {compareSjBeforeAfter} from "@/utils/map/Channel";
|
|
|
+ import {compareSjBeforeAfter, showWhss} from "@/utils/map/Channel";
|
|
|
|
|
|
|
|
|
const type =ref('计划方量')
|
|
@@ -257,6 +258,8 @@ function handleShowBingTu()
|
|
|
}
|
|
|
|
|
|
function handleCloseWhss() {
|
|
|
+ showWhss(false)
|
|
|
+
|
|
|
data_ssgl.value[0].isHighlight = false
|
|
|
data_ssgl.value[0].value = '-'
|
|
|
listShow_whss.value = false
|
|
@@ -288,6 +291,7 @@ function handleShowBingTu()
|
|
|
data_ssgl.value[1].isHighlight = !data_ssgl.value[1].isHighlight
|
|
|
}
|
|
|
if(item.title==='维护水深') {
|
|
|
+ showWhss(true)
|
|
|
if(listShow_whss.value) {
|
|
|
handleCloseWhss()
|
|
|
} else {
|
|
@@ -553,7 +557,7 @@ function handleShowBingTu()
|
|
|
})
|
|
|
}
|
|
|
const currentPage = ref(1)
|
|
|
- const pageSize = ref(5)
|
|
|
+ const pageSize = ref(3)
|
|
|
const totals = ref(0)
|
|
|
function indexCreate(row, column, cellValue, index) {
|
|
|
return index + 1 + pageSize.value*(currentPage.value - 1)
|
|
@@ -1026,7 +1030,7 @@ function handleShowBingTu()
|
|
|
|
|
|
.prb3-item2 {
|
|
|
width: 85%;
|
|
|
- height: 24px;
|
|
|
+ height: 25px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin: 10px 0;
|
|
@@ -1052,11 +1056,9 @@ function handleShowBingTu()
|
|
|
}
|
|
|
}
|
|
|
.pageForDown{
|
|
|
- height: 20px;
|
|
|
+ height: 40px;
|
|
|
+ width: 80%;
|
|
|
margin: 0 auto;
|
|
|
- button{
|
|
|
- opacity: 0.5;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
</style>
|