|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
</view> -->
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom">
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-left">
|
|
|
|
|
<u-icon name="map" size="18" color="#595F66" class="icon"></u-icon>
|
|
|
|
|
<u-icon name="map" size="14" color="#595F66" class="icon"></u-icon>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-rigth">
|
|
|
|
|
{{item.caseAddress}}
|
|
|
|
@ -27,29 +27,45 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom">
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-left">
|
|
|
|
|
<u-icon name="clock" size="18" color="#595F66" class="icon"></u-icon>
|
|
|
|
|
<u-icon name="clock" size="14" color="#595F66" class="icon"></u-icon>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-rigth">
|
|
|
|
|
{{item.caseDate}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="">
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-bottom chengse" @click.stop="nextblack(item)"
|
|
|
|
|
v-show="item.isReport">
|
|
|
|
|
<view class="" v-if="tabscurrent == 0">
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-bottom " :class="" v-show="!item.isReport">
|
|
|
|
|
<!-- <u-icon name="tags" size="24" color="#2baa04" class="" class="icon"
|
|
|
|
|
v-show="item.caseSerialShow">
|
|
|
|
|
</u-icon> -->
|
|
|
|
|
<!-- v-if="item.caseSerialShow" -->
|
|
|
|
|
<view class="fuhe" :class="item.caseSerialShow?'huise':''" @click.stop="nextblack(item,false)">
|
|
|
|
|
符合
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bufuhe" :class="item.caseSerialShow?'hongse':''"
|
|
|
|
|
@click.stop="nextblack(item,true)">
|
|
|
|
|
不符合
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="" v-else>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-bottom chengse" v-if="item.isReport">
|
|
|
|
|
<view class="bufuhe">
|
|
|
|
|
不符合
|
|
|
|
|
</view>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-bottom " :class="" @click.stop="nextblack(item)"
|
|
|
|
|
</view>
|
|
|
|
|
<view class="LieBIaoListindexcontentbttom-item-bottom-bottom chengse" :class=""
|
|
|
|
|
v-show="!item.isReport">
|
|
|
|
|
<!-- <u-icon name="tags" size="24" color="#2baa04" class="" class="icon"
|
|
|
|
|
v-show="item.caseSerialShow">
|
|
|
|
|
</u-icon> -->
|
|
|
|
|
<view class="bufuhe" v-if="item.caseSerialShow" :class="">
|
|
|
|
|
不符合
|
|
|
|
|
</view>
|
|
|
|
|
<view class="fuhe" v-else>
|
|
|
|
|
<!-- v-if="item.caseSerialShow" -->
|
|
|
|
|
<view class="fuhe">
|
|
|
|
|
符合
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -107,12 +123,16 @@ import {
|
|
|
|
|
//判断是否为同人同诉,如果为,那么判断点击时的状态 2 为非同人 ,对应字段caseSerialShowleft
|
|
|
|
|
//3 为 非同诉,对应字段caseSerialShowRight
|
|
|
|
|
|
|
|
|
|
item.caseSerialShow = !item.caseSerialShow
|
|
|
|
|
item.caseSerialShow = type
|
|
|
|
|
console.log(item.caseSerialShow);
|
|
|
|
|
if (!item.caseSerialShow) {
|
|
|
|
|
this.shijianList = this.shijianList.filter((obj) => {
|
|
|
|
|
return obj != item.caseSerial;
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
this.shijianList = this.shijianList.filter((obj) => {
|
|
|
|
|
return obj != item.caseSerial;
|
|
|
|
|
});
|
|
|
|
|
this.shijianList.push(item.caseSerial)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -153,25 +173,27 @@ import {
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.LieBIaoListindexcontent {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 25rpx 0;
|
|
|
|
|
height: calc(100% - 50rpx);
|
|
|
|
|
margin: 0rpx 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding-bottom: 80rpx;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontent-bottom {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
padding: 10rpx;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontentbttom-item {
|
|
|
|
|
padding: 25rpx;
|
|
|
|
|
padding: 15rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #f1f1f1fa;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
margin: 20rpx 0;
|
|
|
|
|
margin: 5rpx 0;
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontentbttom-item-top {
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #35393D;
|
|
|
|
|
overflow: hidden;
|
|
|
|
@ -180,14 +202,14 @@ import {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontentbttom-item-bottom {
|
|
|
|
|
margin: 20rpx 0;
|
|
|
|
|
margin: 10rpx 0;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 8% auto;
|
|
|
|
|
grid-template-columns: 5% auto;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
color: #35393D;
|
|
|
|
|
line-height: 30rpx;
|
|
|
|
|
line-height: 25rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontentbttom-item-bottom-left {
|
|
|
|
@ -207,33 +229,65 @@ import {
|
|
|
|
|
.LieBIaoListindexcontentbttom-item-bottom-bottom {
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 59rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 59rpx;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.fuhe {
|
|
|
|
|
width: 100%;
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(0, 170, 0, 0.1);
|
|
|
|
|
color: #2baa04;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bufuhe {
|
|
|
|
|
width: 100%;
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(245, 154, 35, 0.1);
|
|
|
|
|
color: #F59A23;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.huise {
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(126, 123, 121, 0.1);
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hongse {
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(255, 0, 0, 0.1);
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chengse {
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
.fuhe {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: rgba(0, 170, 0, 0.1);
|
|
|
|
|
color: #2baa04;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bufuhe {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: rgba(245, 154, 35, 0.1);
|
|
|
|
|
color: #F59A23;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.LieBIaoListindexcontentbttom-item-bottom-bottomTRTS {
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
grid-column-gap: 20rpx;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
@ -255,6 +309,7 @@ import {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dibuaBtn {
|
|
|
|
|
position: sticky;
|
|
|
|
|
bottom: 0;
|
|
|
|
|