Commit d9968eba authored by danfuman's avatar danfuman

修改

parent 167117bc
...@@ -268,12 +268,16 @@ ...@@ -268,12 +268,16 @@
} }
}) })
creditLevel().then(res=>{ creditLevel().then(res=>{
let data=[]
for(let i=0; i<res.data.length; i++){ for(let i=0; i<res.data.length; i++){
if(res.data[i].creditLevel){ if(res.data[i].creditLevel){
this.creditLevel.push(res.data[i]) data.push(res.data[i])
} }
} }
this.initChart1(this.creditLevel) this.creditLevel=data;
if(this.creditLevel.length > 0){
this.initChart1(this.creditLevel)
}
}) })
}, },
getFollowList(){ getFollowList(){
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
<div class="list-content"> <div class="list-content">
<p class="list-content-text"> <p class="list-content-text">
<span>中标企业:</span> <span>中标企业:</span>
<span @click="getUipIdByCid(item.jskEid)" class="a-link companyName">{{item.ename}}</span> <span @click="getUipIdByCid(item.jskEid)" class="a-link">{{item.ename}}</span>
</p> </p>
<p class="list-content-text"> <p class="list-content-text">
<span>中标金额:</span> <span>中标金额:</span>
...@@ -1732,23 +1732,6 @@ export default { ...@@ -1732,23 +1732,6 @@ export default {
align-items: center; align-items: center;
margin-right: 32px; margin-right: 32px;
font-size: 14px; font-size: 14px;
span:first-child {
font-weight: 400;
color: rgba(35, 35, 35, 0.4);
line-height: 15px
}
span:last-child {
font-weight: 400;
color: rgba(35, 35, 35, 0.8);
line-height: 15px
}
.blue {
color: #0081FF !important;
cursor: pointer;
}
} }
} }
......
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