Commit 9fcda7d6 authored by danfuman's avatar danfuman

修改

parent c42a5e43
......@@ -3,7 +3,7 @@
<div class="app-container MonitoringDynamics">
<div class="search">
<div class="search-item" style="line-height: 32px;margin-top: 0;padding-bottom: 8px;">
<div class="label">监控动态</div>
<div class="label">监控对象</div>
<el-input class="name" placeholder="请输入监控对象名称" v-model="companyName">
<el-button slot="append" @click="handleKeyword()">搜索</el-button>
</el-input>
......
......@@ -30,9 +30,9 @@
<router-link :to="`/monitoring/MonitoringReportDetails/${i.companyOrstaffId}`" tag="a" class="a-link companyName">{{i.companyOrstaffName}}</router-link>
</p>
<p class="card-right-p">
<span class="right-label">提示:</span>
<span class="right-color color1">{{i.promptCount}}</span>
<span class="right-label">正向:</span>
<!--<span class="right-label">提示:</span>-->
<!--<span class="right-color color1">{{i.promptCount}}</span>-->
<!--<span class="right-label">正向:</span>-->
<span class="right-color color2">{{i.positiveCount}}</span>
<span class="right-label">低风险:</span>
<span class="right-color color3">{{i.lowRiskCount}}</span>
......
......@@ -186,13 +186,14 @@
})
},
handleClick(item,key){
if(key === 1){
if(key === 0 || key === 1){
this.status=item.status
this.handleVisible=true
}
if(key === 2){
this.handleVisible1=true
}
console.log(this.status)
this.id=item.id
},
// 开始时间改变
......
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