239e92c8 by xiaomiao

--no commit message

1 parent b55ef2ed
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
12 </template> 12 </template>
13 13
14 <script> 14 <script>
15 import maps from "@/components/echart/Map"; 15 import maps from "@/components/Echart/Map";
16 import brokenline from "@/components/echart/Brokenline"; 16 import brokenline from "@/components/Echart/Brokenline";
17 export default { 17 export default {
18 data () { 18 data () {
19 return {}; 19 return {};
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
54 </template> 54 </template>
55 55
56 <script> 56 <script>
57 import columnar from "@/components/echart/Columnar"; 57 import columnar from "@/components/Echart/Columnar";
58 import work from "@/api/work"; 58 import work from "@/api/work";
59 export default { 59 export default {
60 data () { 60 data () {
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
18 </template> 18 </template>
19 19
20 <script> 20 <script>
21 import columnarsmat from "@/components/echart/Columnarsmat"; 21 import columnarsmat from "@/components/Echart/Columnarsmat";
22 import Rose from "@/components/echart/Rose"; 22 import Rose from "@/components/Echart/Rose";
23 export default { 23 export default {
24 data () { 24 data () {
25 return { 25 return {
......