|
@@ -50,7 +50,7 @@
|
|
|
<span v-if="param.content.dateType == '本年'">年环比</span>
|
|
|
<span v-else-if="param.content.dateType == '本季'">季环比</span>
|
|
|
<span v-else-if="param.content.dateType == '本月'">月环比</span>
|
|
|
- <i class="el-icon-caret-bottom" style="color: #2ad72a"></i><span class="box-size-color">{{Math.round((list.hbxsje * 100)*100)/100}}%</span>
|
|
|
+ <i class="el-icon-caret-top" style="color: #2ad72a"></i><span class="box-size-color">{{Math.round((list.hbxsje * 100)*100)/100}}%</span>
|
|
|
</p>
|
|
|
<p class="box-title" style="color: #929292" v-if="list.hbxsje == 0">
|
|
|
<span v-if="param.content.dateType == '本年'">年环比</span>
|