|
|
|
@ -1,7 +1,11 @@
|
|
|
|
|
<template>
|
|
|
|
|
<view class="indexcontent">
|
|
|
|
|
<u-navbar :leftText="'驾驶舱'+navbarValue" :safeAreaInsetTop="false" @rightClick="rightClick" :autoBack="true"
|
|
|
|
|
<u-navbar :safeAreaInsetTop="false" @rightClick="rightClick" :autoBack="true"
|
|
|
|
|
:placeholder="true" leftIconColor="#ffffff">
|
|
|
|
|
<view class="u-nav-slot" slot="left" style="display:flex;align-items: center;">
|
|
|
|
|
<image src="@/static/images/goback.png" mode="" style="width: 20px;height: 20px;margin-right: 5px;"></image>
|
|
|
|
|
<span style="font-size: 15px;">{{ '驾驶舱'+navbarValue }}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="u-nav-slot" slot="right">
|
|
|
|
|
欢迎您,审核员
|
|
|
|
|
</view>
|
|
|
|
@ -13,7 +17,7 @@
|
|
|
|
|
<scroll-view class="indexcontent-box" @scrolltolower="lowerBottom" scroll-y="true" :scroll-top="scrollTop"
|
|
|
|
|
@scroll="scroll">
|
|
|
|
|
<view class="indexcontent-bottom">
|
|
|
|
|
<u-search placeholder="请输入搜索内容" v-model="massEventsObj.title" @search="searchSou" @clear="qingkong"
|
|
|
|
|
<u-search placeholder="请输入搜索内容" v-model="massEventsObj.title" @search="searchSou" @clear="qingkong" :searchIcon="searchImage"
|
|
|
|
|
showAction animation @custom="searchSou"></u-search>
|
|
|
|
|
<template class="" v-if="contentList.length !=0">
|
|
|
|
|
<view class="indexcontentbttom-item" v-for="item in contentList">
|
|
|
|
@ -28,7 +32,8 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="indexcontentbttom-item-left-2 indexcontentbttom-item-left-jiti">
|
|
|
|
|
<view class="indexcontentbttom-item-left-1-icon">
|
|
|
|
|
<u-icon name="map" size="18" color="#AEBAC8" class="icon"></u-icon>
|
|
|
|
|
<!-- <u-icon name="map" size="18" color="#AEBAC8" class="icon"></u-icon> -->
|
|
|
|
|
<image src="@/static/images/address.png" mode="aspectFit" style="width: 15px;height: 15px;"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="smofontsiez">
|
|
|
|
|
{{item.warnFactor}}
|
|
|
|
@ -36,7 +41,8 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="indexcontentbttom-item-left-2 indexcontentbttom-item-left-jiti">
|
|
|
|
|
<view class="indexcontentbttom-item-left-1-icon ">
|
|
|
|
|
<u-icon name="clock" size="18" color="#AEBAC8" class="" class="icon"></u-icon>
|
|
|
|
|
<!-- <u-icon name="clock" size="18" color="#AEBAC8" class="" class="icon"></u-icon> -->
|
|
|
|
|
<image src="@/static/images/time.png" mode="aspectFit" style="width: 15px;height: 15px;"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="smofontsiez">
|
|
|
|
|
{{item.firstWarnTimeDate}}
|
|
|
|
@ -106,6 +112,7 @@
|
|
|
|
|
navbarValue: "群体事件",
|
|
|
|
|
tabValue: "群体事件-1",
|
|
|
|
|
scrollTop: 0,
|
|
|
|
|
searchImage: require("@/static/images/search.png"),
|
|
|
|
|
list1: [{
|
|
|
|
|
name: '待审核',
|
|
|
|
|
badge: {
|
|
|
|
@ -306,8 +313,8 @@
|
|
|
|
|
return a.msgType - b.msgType;
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log(this.msgTypecountTwo,"msgTypecountTwo");
|
|
|
|
|
console.log(this.msgTypecount,"msgTypecount");
|
|
|
|
|
// console.log(this.msgTypecountTwo,"msgTypecountTwo");
|
|
|
|
|
// console.log(this.msgTypecount,"msgTypecount");
|
|
|
|
|
// const isDD = this.msgTypecount.some((obj1, index) => obj1.count !== this.msgTypecountTwo[index].count)
|
|
|
|
|
let arr = []
|
|
|
|
|
for (let i = 0; i < this.msgTypecount.length; i++) {
|
|
|
|
@ -479,6 +486,13 @@
|
|
|
|
|
width: 50rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/.u-search__content {
|
|
|
|
|
.u-icon__img {
|
|
|
|
|
width: 15px !important;
|
|
|
|
|
height: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// /deep/.u-tabs__wrapper__nav__item {
|
|
|
|
|
// position: relative;
|
|
|
|
|