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 @@ ...@@ -22,7 +22,7 @@
<van-col span="24">巡查类型: {{this.detailObj.postType}}</van-col> <van-col span="24">巡查类型: {{this.detailObj.postType}}</van-col>
</van-row> </van-row>
<van-row gutter> <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>
<van-row gutter> <van-row gutter>
<van-col span="24">上报隐患: {{this.detailObj.hdReportCount}}</van-col> <van-col span="24">上报隐患: {{this.detailObj.hdReportCount}}</van-col>
...@@ -104,15 +104,15 @@ export default { ...@@ -104,15 +104,15 @@ export default {
that = this that = this
}, },
filters:{ filters:{
// cycle(val){ cycle(val){
// var value; var value;
// that.contentList.forEach((i)=>{ that.contentList.forEach((i)=>{
// if(i.id==val){ if(i.id==val){
// value=i.content value=i.content
// } }
// }) })
// return value return value
// }, },
hdLev(val){ hdLev(val){
if(val=='S'){ if(val=='S'){
return '重大隐患' 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