diff --git a/public/img/energySourcesProvince/ringPercent.png b/public/img/energySourcesProvince/ringPercent.png index 088d70d..139c7f7 100644 Binary files a/public/img/energySourcesProvince/ringPercent.png and b/public/img/energySourcesProvince/ringPercent.png differ diff --git a/public/img/energySourcesProvince/togetherPercent.png b/public/img/energySourcesProvince/togetherPercent.png index 25b73be..088d70d 100644 Binary files a/public/img/energySourcesProvince/togetherPercent.png and b/public/img/energySourcesProvince/togetherPercent.png differ diff --git a/src/views/energySourcesProvince/component/emissionAll.vue b/src/views/energySourcesProvince/component/emissionAll.vue index 0d08d6c..68f6057 100644 --- a/src/views/energySourcesProvince/component/emissionAll.vue +++ b/src/views/energySourcesProvince/component/emissionAll.vue @@ -17,7 +17,7 @@ 碳排放计划量
- {{ jnjhl }} + {{ jnjhzl }} t
@@ -32,7 +32,7 @@ export default { data() { return { num: 0, - jnjhl: 0, + jnjhzl: 0, timeFun: null }; }, @@ -53,8 +53,8 @@ export default { methods: { getData() { getTotalCarbonEmissions().then(res => { - const { ypfzb, jnzl, jnjhl } = res.data.data - this.jnjhl = jnjhl + const { ypfzb, jnzl, jnjhzl } = res.data.data + this.jnjhzl = jnjhzl this.num = jnzl.toString().split('') this.echartsInit(ypfzb)//已排发占比 })