This commit is contained in:
姚宇浩 2024-04-15 10:03:35 +08:00
parent 487f5f681a
commit db73f3132d
1 changed files with 9 additions and 3 deletions

View File

@ -17,16 +17,16 @@
<ePie></ePie> <ePie></ePie>
</div> </div>
<div class="flex1"> <div class="flex1">
<div class="yd_title left_3"> <div class="yd_title left_2">
<!-- <span class="text">基本信息</span> --> <!-- <span class="text">基本信息</span> -->
</div> </div>
<eP3></eP3> <eP2></eP2>
</div> </div>
<div class="flex1"> <div class="flex1">
<div class="yd_title left_3"> <div class="yd_title left_3">
<!-- <span class="text">基本信息</span> --> <!-- <span class="text">基本信息</span> -->
</div> </div>
<eP2></eP2> <eP3></eP3>
</div> </div>
</div> </div>
<div class="displayFlex"> <div class="displayFlex">
@ -105,6 +105,12 @@ import ePie2 from "./echarts/pie2.vue";
import eGraph from "./echarts/graph.vue"; import eGraph from "./echarts/graph.vue";
import ePie3d from "./echarts/pie3d.vue"; import ePie3d from "./echarts/pie3d.vue";
import waterBall from "./echarts/waterBall.vue"; import waterBall from "./echarts/waterBall.vue";
import { ref, onMounted, onBeforeMount } from "vue";
const leftchoose =ref({
first:'1',
second:'2',
third:'3'
})
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>