--no commit message
Showing
3 changed files
with
5 additions
and
5 deletions
... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment