Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
deddd645c3
|
@ -217,10 +217,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
// import eBubble from "./echarts/bubble.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
@ -217,10 +217,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
// import eBubble from "./echarts/bubble.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
// 监听缩放
|
// 监听缩放
|
||||||
|
|
|
@ -217,10 +217,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
// import eBubble from "./echarts/bubble.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
@ -217,10 +217,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
// import eBubble from "./echarts/bubble.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
@ -217,10 +217,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import eBubble from "./echarts/bubble.vue";
|
// import eBubble from "./echarts/bubble.vue";
|
||||||
import ePie from "./echarts/pie.vue";
|
// import ePie from "./echarts/pie.vue";
|
||||||
import ePie2 from "./echarts/pie2.vue";
|
// import ePie2 from "./echarts/pie2.vue";
|
||||||
import eGraph from "./echarts/graph.vue";
|
// import eGraph from "./echarts/graph.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
@ -169,19 +169,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",
|
||||||
|
@ -671,7 +670,7 @@ const change = (name, index) => {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 316px;
|
top: 378px;
|
||||||
left: 84px;
|
left: 84px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue