e8653bfd by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 8f9fb46d a796eef6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-10 09:59:20
-->
<template>
<Echart :options="options" id="centreLeft1Chart" :key="key" height="1.0417rem" width="80%"></Echart>
</template>
......@@ -42,7 +47,7 @@
<span style="display:inline-block;"></span>
${params.name}
<br/><span style="color:blue;font-weight:700;font-size: 18px">${params.value}</span>
平方米`;
每日的数据上报量`;
return html;
},
extraCssText:
......@@ -73,21 +78,18 @@
}
},
},
data: newData,
}
],
]
};
this.key++;
},
immediate: true,
deep: true,
},
},
};
deep: true
}
}
}
</script>
<style lang="scss" scoped>
#centreLeft1Chart {
margin-bottom: 0.0521rem;
......