web
7 天以前 9631059731ceb3e119101de3f7e27f6dd76da324
src/views/screen/flow/ecology/index.vue
@@ -110,7 +110,7 @@
        },
        yAxis: {
            type: 'value',
            name: '10⁸m³',
            name: 'm³',
            nameTextStyle: {
                color: '#fff',
                fontSize: '1.2rem'
@@ -181,8 +181,8 @@
}
onMounted(() => {
    initCharts()
    getPoint()
    initCharts()
})
</script>