虫情图片列表加入返回按钮
This commit is contained in:
parent
0e5ed1fc70
commit
542845e7e9
@ -4269,6 +4269,18 @@ textarea {
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.historyData.insectPestImage .return-detail {
|
||||||
|
cursor: pointer;
|
||||||
|
background: #0294E2;
|
||||||
|
height: 35px;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 0 10px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.historyData .table-view .el-table th.el-table__cell.is-leaf .cell {
|
.historyData .table-view .el-table th.el-table__cell.is-leaf .cell {
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
@ -4554,6 +4554,18 @@ textarea {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.return-detail{
|
||||||
|
cursor: pointer;
|
||||||
|
background: #0294E2;
|
||||||
|
|
||||||
|
height: 35px;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 0 10px ;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.table-view {
|
.table-view {
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<div class="table-title">
|
<div class="table-title">
|
||||||
<img src="../../assets/image/real-time.png" alt="" />
|
<img src="../../assets/image/real-time.png" alt="" />
|
||||||
虫情图片
|
虫情图片
|
||||||
|
<div class="return-detail" @click="returnDetail">返回详情</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-view">
|
<div class="flex-view">
|
||||||
|
|
||||||
@ -86,6 +87,9 @@ export default {
|
|||||||
var formattedTime = utcTime.toISOString().slice(0, 19).replace('T', ' ');
|
var formattedTime = utcTime.toISOString().slice(0, 19).replace('T', ' ');
|
||||||
return formattedTime
|
return formattedTime
|
||||||
},
|
},
|
||||||
|
returnDetail(){
|
||||||
|
this.$router.push({ path:'insectPestDetail',query:{id:this.id} })
|
||||||
|
},
|
||||||
dataInit(id) {
|
dataInit(id) {
|
||||||
this.getTime7()
|
this.getTime7()
|
||||||
this.pageSize = 12
|
this.pageSize = 12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user