摘要: <template> <div class="tu" id="dashBoard"></div> </template> <script> export default { name: "dashBoard", components: {}, data() { return { datas: 0, 阅读全文
posted @ 2022-03-28 17:12 大云之下 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="yibiao" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "yibiao", data() { return { datas: 0, 阅读全文
posted @ 2022-03-28 17:08 大云之下 阅读(36) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="lightset" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "lightset", data() { return { light 阅读全文
posted @ 2022-03-28 17:05 大云之下 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="energyEcharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { 阅读全文
posted @ 2022-03-28 16:21 大云之下 阅读(68) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="energyEcharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { 阅读全文
posted @ 2022-03-28 16:05 大云之下 阅读(347) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="righttopecharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() 阅读全文
posted @ 2022-03-28 16:02 大云之下 阅读(80) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="xxxx" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { this.myec 阅读全文
posted @ 2022-03-28 15:54 大云之下 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="openLeftOneTl" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { 阅读全文
posted @ 2022-03-28 15:51 大云之下 阅读(162) 评论(0) 推荐(0) 编辑
大云之下