|
@@ -129,13 +129,13 @@
|
|
|
param.content.dateType == '本年' ||
|
|
param.content.dateType == '本年' ||
|
|
|
param.content.dateType == '去年'
|
|
param.content.dateType == '去年'
|
|
|
"
|
|
"
|
|
|
- >{{ $t("年同比") }}</span
|
|
|
|
|
|
|
+ >{{ $t("年环比") }}</span
|
|
|
>
|
|
>
|
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
|
- $t("季同比")
|
|
|
|
|
|
|
+ $t("季环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
|
- $t("月同比")
|
|
|
|
|
|
|
+ $t("月环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<i class="el-icon-caret-top" style="color: #2ad72a"></i
|
|
<i class="el-icon-caret-top" style="color: #2ad72a"></i
|
|
|
><span class="box-size-color"
|
|
><span class="box-size-color"
|
|
@@ -148,13 +148,13 @@
|
|
|
param.content.dateType == '本年' ||
|
|
param.content.dateType == '本年' ||
|
|
|
param.content.dateType == '去年'
|
|
param.content.dateType == '去年'
|
|
|
"
|
|
"
|
|
|
- >{{ $t("年同比") }}</span
|
|
|
|
|
|
|
+ >{{ $t("年环比") }}</span
|
|
|
>
|
|
>
|
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
|
- $t("季同比")
|
|
|
|
|
|
|
+ $t("季环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
|
- $t("月同比")
|
|
|
|
|
|
|
+ $t("月环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<span class="box-size-color" style="margin-left: 10px"
|
|
<span class="box-size-color" style="margin-left: 10px"
|
|
|
>{{ Math.round(list.hbxsje * 100 * 100) / 100 }}%</span
|
|
>{{ Math.round(list.hbxsje * 100 * 100) / 100 }}%</span
|
|
@@ -166,13 +166,13 @@
|
|
|
param.content.dateType == '本年' ||
|
|
param.content.dateType == '本年' ||
|
|
|
param.content.dateType == '去年'
|
|
param.content.dateType == '去年'
|
|
|
"
|
|
"
|
|
|
- >{{ $t("年同比") }}</span
|
|
|
|
|
|
|
+ >{{ $t("年环比") }}</span
|
|
|
>
|
|
>
|
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
<span v-else-if="param.content.dateType == '本季'">{{
|
|
|
- $t("季同比")
|
|
|
|
|
|
|
+ $t("季环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
<span v-else-if="param.content.dateType == '本月'">{{
|
|
|
- $t("月同比")
|
|
|
|
|
|
|
+ $t("月环比")
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<i class="el-icon-caret-bottom" style="color: red"></i
|
|
<i class="el-icon-caret-bottom" style="color: red"></i
|
|
|
><span class="box-size-color"
|
|
><span class="box-size-color"
|