Commit c8757c18 authored by wei's avatar wei

字段回显显示

parent 363f14e9
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
<van-col span="5"> <van-col span="5">
<van-image <van-image
width="46" width="46"
height="46" height="74"
src="http://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.png" src="http://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.png"
/> />
<!-- <van-image width="46" height="46" :src="item.avatar" /> --> <!-- <van-image width="46" height="46" :src="item.avatar" /> -->
...@@ -189,6 +189,14 @@ ...@@ -189,6 +189,14 @@
<van-col span="9">风险名称:</van-col> <van-col span="9">风险名称:</van-col>
<van-col span="15">{{ item.name }}</van-col> <van-col span="15">{{ item.name }}</van-col>
</van-row> </van-row>
<van-row gutter="">
<van-col span="9">风险等级:</van-col>
<van-col span="15">{{ item.level }}</van-col>
</van-row>
<van-row gutter="">
<van-col span="9">上报时间:</van-col>
<van-col span="15">{{ timestampToTimes(item.createTime, "DT2") }}</van-col>
</van-row>
</van-col> </van-col>
</van-col> </van-col>
<van-col span="4"> <van-col span="4">
......
...@@ -104,13 +104,13 @@ export default { ...@@ -104,13 +104,13 @@ export default {
return timestampToTime(new Date(time), "DT1", true); return timestampToTime(new Date(time), "DT1", true);
}, },
goDetail(item){ goDetail(item){
sessionStorage.setItem('inherntId',this.inherentId) // sessionStorage.setItem('inherntId',this.inherentId)
this.$router.push({ // this.$router.push({
name:'presentDetail', // name:'presentDetail',
params:{ // params:{
isView:false, // isView:false,
} // }
}) // })
}, },
onClick(name){ onClick(name){
if(name==='a'){ if(name==='a'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment