diff --git a/src/components/Zhibiao2.vue b/src/components/Zhibiao2.vue index 7da1102..6bfd755 100644 --- a/src/components/Zhibiao2.vue +++ b/src/components/Zhibiao2.vue @@ -247,7 +247,7 @@ export default { }; getEchart(dom, op); }; - const getChartsZf3 = (id, text) => { + const getChartsZf3 = (id, text) => { var dom = document.getElementById(id); console.log(dom); var op = { diff --git a/src/components/Zhibiao3.vue b/src/components/Zhibiao3.vue index 7d349e9..10bfecc 100644 --- a/src/components/Zhibiao3.vue +++ b/src/components/Zhibiao3.vue @@ -33,8 +33,8 @@ export default { setup() { const state = reactive({}); onMounted(async () => { - getChartsZfl("echartDiv1", "透水铺装面积", 500, '#076d46'); - getChartsZfl("echartDiv2", "入渗系统面积", 437, "#80FFA5"); + getChartsZfl("echartDiv1", "透水铺装面积", 500, '#80FFA5'); + getChartsZfl("echartDiv2", "入渗系统面积", 437, '#027a1c'); getChartsZf3("echartDiv3", "透水系数"); getChartsZf4("echartDiv4", "入渗系数"); getChartsZf3("echartDiv5", "透水层厚度"); diff --git a/src/components/Zhibiao4.vue b/src/components/Zhibiao4.vue index 03eb33f..df69f91 100644 --- a/src/components/Zhibiao4.vue +++ b/src/components/Zhibiao4.vue @@ -59,7 +59,7 @@ export default { }, }, legend: { - data: ["区域面积"], + data: ["地块面积"], }, grid: { left: "3%",