This commit is contained in:
parent
981ff1f794
commit
513e862e99
|
@ -14,10 +14,7 @@
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import Header from "../components/header.vue";
|
import Header from "../components/header.vue";
|
||||||
import eBubble from "./echarts/bubble.vue";
|
|
||||||
import ePie from "./echarts/pie.vue";
|
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
|
||||||
import eGraph from "./echarts/graph.vue";
|
|
||||||
import { ref, onMounted, onBeforeMount } from "vue";
|
import { ref, onMounted, onBeforeMount } from "vue";
|
||||||
|
|
||||||
// 监听缩放
|
// 监听缩放
|
||||||
|
|
|
@ -172,19 +172,18 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
import ePie from "./echarts_yl/pie.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
import eP2 from "./echarts_yl/eP2.vue";
|
||||||
import eP2 from "./echarts/eP2.vue";
|
import eP2_2 from "./echarts_yl/eP2_2.vue";
|
||||||
import eP2_2 from "./echarts/eP2_2.vue";
|
import eP3 from "./echarts_yl/eP3.vue";
|
||||||
import eP3 from "./echarts/eP3.vue";
|
import eP3_2 from "./echarts_yl/eP3_2.vue";
|
||||||
import eP3_2 from "./echarts/eP3_2.vue";
|
import ePie2 from "./echarts_yl/pie2.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
import eGraph from "./echarts_yl/graph.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
import ePie3d from "./echarts_yl/pie3d.vue";
|
||||||
import ePie3d from "./echarts/pie3d.vue";
|
// import waterBall from "./echarts_yl/waterBall.vue";
|
||||||
// import waterBall from "./echarts/waterBall.vue";
|
import ylJHSY from "./echarts_yl/ylJHSY.vue";
|
||||||
import ylJHSY from "./echarts/ylJHSY.vue";
|
import ylSMFW from "./echarts_yl/ylSMFW.vue";
|
||||||
import ylSMFW from "./echarts/ylSMFW.vue";
|
import ylXZZC from "./echarts_yl/ylXZZC.vue";
|
||||||
import ylXZZC from "./echarts/ylXZZC.vue";
|
|
||||||
import { ref, onMounted, onBeforeMount } from "vue";
|
import { ref, onMounted, onBeforeMount } from "vue";
|
||||||
const leftchoose = ref({
|
const leftchoose = ref({
|
||||||
first: "1",
|
first: "1",
|
||||||
|
|
Loading…
Reference in New Issue