From c77abda3614ba5c0a317b92eef29edbb39501d8f Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期一, 12 四月 2021 18:52:14 +0800
Subject: [PATCH] echarts的数据显示功能

---
 src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue
index d613182..d3af27b 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/EChartsHour.vue
@@ -146,6 +146,8 @@
       console.log(1)
 
       // const date = [this.value1, this.value2, this.formInline.region]
+      // if (this.$attrs.)
+      // console.log(this.$attrs.)
       this.CreateChart(this.JsonCtarts.id, this.JsonCtarts.title, this.JsonCtarts.legend, this.JsonCtarts.xdata, this.JsonCtarts.ydatas, this.JsonCtarts.yname, this.JsonCtarts.id, this.JsonCtarts.datatype)
       // console.log(date)
       // if (date) {

--
Gitblit v1.8.0