Commit c7e28fcb authored by 13841799530's avatar 13841799530

bug修复

解润东
20220516
parent c5a1dc8c
Pipeline #8338 passed with stage
in 5 minutes and 2 seconds
......@@ -22,7 +22,7 @@
<van-col span="24">巡查类型: {{this.detailObj.postType}}</van-col>
</van-row>
<van-row gutter>
<van-col span="24">项目名称: {{this.detailObj.projectName}}</van-col>
<van-col span="24">巡查批次: {{this.detailObj.cycle|cycle}}</van-col>
</van-row>
<van-row gutter>
<van-col span="24">上报隐患: {{this.detailObj.hdReportCount}}</van-col>
......@@ -104,15 +104,15 @@ export default {
that = this
},
filters:{
// cycle(val){
// var value;
// that.contentList.forEach((i)=>{
// if(i.id==val){
// value=i.content
// }
// })
// return value
// },
cycle(val){
var value;
that.contentList.forEach((i)=>{
if(i.id==val){
value=i.content
}
})
return value
},
hdLev(val){
if(val=='S'){
return '重大隐患'
......
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