From 72d95736295f2eb605cbd3702b08269143b62f5f Mon Sep 17 00:00:00 2001 From: 710356044 <710356044@qq.com> Date: Tue, 30 Nov 2021 14:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A5=AE=E7=94=A8=E6=B0=B4=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0=EF=BC=88=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=92=8C=E6=8E=A5=E5=8F=A3=E9=9C=80=E8=A6=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistic/city-avg-index.vue | 163 +++++++++++++++ .../statistic/city-base-standard.vue | 168 ++++++++++++++++ .../drinking-water/statistic/cityAppraise.vue | 45 +---- .../drinking-water/statistic/cityDate.vue | 129 ++++++------ .../statistic/cityWaterQuality.vue | 54 ++--- .../statistic/cityWaterWithdrawal.vue | 185 ++++++++++++++++++ .../statistic/county-avg-index.vue | 163 +++++++++++++++ .../statistic/county-base-standard.vue | 168 ++++++++++++++++ .../drinking-water/statistic/countyData.vue | 69 ++++--- .../statistic/countyWaterQuality.vue | 54 ++--- .../statistic/countyWaterWithdrawal.vue | 185 ++++++++++++++++++ .../water/drinking-water/statistic/index.vue | 69 +++++-- .../statistic/village-avg-index.vue | 163 +++++++++++++++ .../statistic/village-base-standard.vue | 168 ++++++++++++++++ .../statistic/villageAppraise.vue | 53 +++-- .../drinking-water/statistic/villageData.vue | 15 +- .../statistic/villageWaterQuality.vue | 54 ++--- 17 files changed, 1612 insertions(+), 293 deletions(-) create mode 100644 src/views/water/drinking-water/statistic/city-avg-index.vue create mode 100644 src/views/water/drinking-water/statistic/city-base-standard.vue create mode 100644 src/views/water/drinking-water/statistic/cityWaterWithdrawal.vue create mode 100644 src/views/water/drinking-water/statistic/county-avg-index.vue create mode 100644 src/views/water/drinking-water/statistic/county-base-standard.vue create mode 100644 src/views/water/drinking-water/statistic/countyWaterWithdrawal.vue create mode 100644 src/views/water/drinking-water/statistic/village-avg-index.vue create mode 100644 src/views/water/drinking-water/statistic/village-base-standard.vue diff --git a/src/views/water/drinking-water/statistic/city-avg-index.vue b/src/views/water/drinking-water/statistic/city-avg-index.vue new file mode 100644 index 0000000..81bd1da --- /dev/null +++ b/src/views/water/drinking-water/statistic/city-avg-index.vue @@ -0,0 +1,163 @@ + + + + + + diff --git a/src/views/water/drinking-water/statistic/city-base-standard.vue b/src/views/water/drinking-water/statistic/city-base-standard.vue new file mode 100644 index 0000000..fbafbf6 --- /dev/null +++ b/src/views/water/drinking-water/statistic/city-base-standard.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/src/views/water/drinking-water/statistic/cityAppraise.vue b/src/views/water/drinking-water/statistic/cityAppraise.vue index 0e571f3..61c9e38 100644 --- a/src/views/water/drinking-water/statistic/cityAppraise.vue +++ b/src/views/water/drinking-water/statistic/cityAppraise.vue @@ -8,50 +8,7 @@ :wrapper-col="{ md: { span: 18 }, sm: { span: 24 } }" > - - - - {{ item.label }} - - - - - - - {{ item.label }} - - - - - - - {{ item.label }} - - - - - - - {{ item.label }} - - - + diff --git a/src/views/water/drinking-water/statistic/cityDate.vue b/src/views/water/drinking-water/statistic/cityDate.vue index 877d66d..b78984a 100644 --- a/src/views/water/drinking-water/statistic/cityDate.vue +++ b/src/views/water/drinking-water/statistic/cityDate.vue @@ -9,49 +9,59 @@ > - - - {{ item.label }} + + + 地表水 + 地下水 + - - - {{ item.label }} + + + 在用 + 备用 + + + + + + + + + 1 + 2 + + + + - - - + + + 1 + 2 + 3 + 4 + @@ -74,18 +84,27 @@ :scroll="{ x: 'max-content' }" @done="(d) => (data = d.data)" > -