|
|
@ -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> |
|
|
|