Browse Source

社区自查综合得分如果为0显示--

feature
mk 2 years ago
parent
commit
c6747682d8
  1. 4
      src/views/modules/satisfaction/communitySelfInsp/index.vue

4
src/views/modules/satisfaction/communitySelfInsp/index.vue

@ -36,8 +36,8 @@
<div class="right_box">
<div :class="synthesisState?'up':'down'">
<img src="@/assets/images/index/up.png" alt="" v-if="synthesisState && synthesisScoreBtLastMonth!=0" >
<img src="@/assets/images/index/down.png" alt="" v-if="!synthesisState && synthesisScoreBtLastMonth!=0" >
<span >{{synthesisScoreBtLastMonth}}</span>
<img src="@/assets/images/index/down.png" alt="" v-if="!synthesisState && synthesisScoreBtLastMonth" >
<span >{{synthesisScoreBtLastMonth || '--'}}</span>
</div>
<div style="color: #999;">较上月</div>
</div>

Loading…
Cancel
Save