Commit 855117e2 authored by 13841799530's avatar 13841799530

解润东

20220516
parent 4edd65b3
Pipeline #8335 passed with stage
in 5 minutes and 1 second
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</van-col> </van-col>
</van-row> </van-row>
<van-row gutter> <van-row gutter>
<van-col span="24">应建立地下有限空间作业安全生产责任制、安全生产规章制度和操作规程。</van-col> <van-col span="24">{{item.hdName}}</van-col>
</van-row> </van-row>
<van-row gutter class="cont-operation"> <van-row gutter class="cont-operation">
<van-col span="10" class="con_type"> <van-col span="10" class="con_type">
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
trigger="click" trigger="click"
placement="bottom-start" placement="bottom-start"
> >
<span class="tip">北京市地下有限空间管理办法</span> <span class="tip">{{item.regulatoryBasis}}</span>
<template #reference>法律依据/出处</template> <template #reference>法律依据/出处</template>
</van-popover> </van-popover>
</van-col> </van-col>
......
...@@ -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.cycle|cycle}}</van-col> <van-col span="24">项目名称: {{this.detailObj.projectName}}</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 '重大隐患'
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<van-col span="24">岗位: {{item.postName}}</van-col> <van-col span="24">岗位: {{item.postName}}</van-col>
</van-row> </van-row>
<van-row gutter> <van-row gutter>
<van-col span="24">巡查频次: {{item.cycle|cycle}}</van-col> <van-col span="24">项目名称: {{item.projectName}}</van-col>
</van-row> </van-row>
<van-row gutter> <van-row gutter>
<van-col span="24">上报隐患: {{item.hdReportCount?item.hdReportCount:0}}</van-col> <van-col span="24">上报隐患: {{item.hdReportCount?item.hdReportCount:0}}</van-col>
...@@ -146,15 +146,15 @@ export default { ...@@ -146,15 +146,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
}, // },
status(val){ status(val){
if(val=='0'){ if(val=='0'){
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