diff --git a/src/assets/images/sjfx/sjfx.png b/src/assets/images/sjfx/sjfx.png new file mode 100644 index 0000000..502ff0a Binary files /dev/null and b/src/assets/images/sjfx/sjfx.png differ diff --git a/src/assets/images/sjfx/sjfx1.png b/src/assets/images/sjfx/sjfx1.png new file mode 100644 index 0000000..912ebbb Binary files /dev/null and b/src/assets/images/sjfx/sjfx1.png differ diff --git a/src/assets/images/sjfx/sjfx11.png b/src/assets/images/sjfx/sjfx11.png new file mode 100644 index 0000000..2b01759 Binary files /dev/null and b/src/assets/images/sjfx/sjfx11.png differ diff --git a/src/assets/images/sjfx/sjfx2.png b/src/assets/images/sjfx/sjfx2.png new file mode 100644 index 0000000..a725a55 Binary files /dev/null and b/src/assets/images/sjfx/sjfx2.png differ diff --git a/src/assets/images/sjfx/sjfx3.png b/src/assets/images/sjfx/sjfx3.png new file mode 100644 index 0000000..1f337b1 Binary files /dev/null and b/src/assets/images/sjfx/sjfx3.png differ diff --git a/src/assets/images/sjfx/智能分析_slices.zip b/src/assets/images/sjfx/智能分析_slices.zip deleted file mode 100644 index 43531f6..0000000 Binary files a/src/assets/images/sjfx/智能分析_slices.zip and /dev/null differ diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 12bd142..d578c28 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -24,7 +24,19 @@
-
+
+ +
+
@@ -127,9 +140,11 @@ import { ref, reactive, onMounted, onBeforeMount, computed } from "vue"; import right2 from "./echart_analyze/right2.vue"; import right1 from "./echart_analyze/right1.vue"; import http from "@/utils/request.js"; +import Pie3dMt from "./echart_analyze/pie3dMt.vue"; import pie3dMt1 from "./echart_analyze/pie3dMt1.vue"; import edxs from "./echart_analyze/edXS.vue"; import eP2 from "./echart_analyze/eP2.vue"; +import ylXZZC from "./echart_analyze/ylXZZC.vue"; const showR = ref(false); //loading const data = reactive({ @@ -144,6 +159,34 @@ const data = reactive({ leftCenter1: ["100", "80", "199", "133", "210"], //大病住院 leftCenter2: ["100", "120", "199", "133", "210"], //糖尿病 leftCenterYear: ["2019", "2020", "2021", "2022", "2023"], //年份 + ViewData: { + data: [ + "11112", + "120", + "2345", + "1241", + "1414", + "2355", + "455", + "142", + "98", + "144", + ], + name: [ + "医保支出万元以上", + "大病住院", + "高血压", + "高血压", + "高血脂", + "高血糖", + "残疾", + "低保", + "特困", + "其他疾病", + ], + }, + zccs1: [ "图书馆","交通出行","景区",],//一码通 + zccs2: [ "100","130","220",],//一码通 }); const minData = reactive({ minTop: ["4", "9", "1", "6", "2", "人"], @@ -429,9 +472,58 @@ onBeforeMount(() => { }); .hypertension { display: flex; } -// .ViewData{ +.ViewData { + .ViewDatalist { + // display: flex; + // flex-wrap: wrap; -// } + background-image: url(@/assets/images/sjfx/sjfx11.png); + background-repeat: no-repeat; + background-size: 100% 100%; + width: 550px; + height: 300px; + .ViewDataTop { + display: flex; + align-items: center; + flex-direction: column; + } + .ViewDataBottom { + display: flex; + align-items: center; + flex-direction: column; + } + .ViewDataTopimg { + background-image: url(@/assets/images/sjfx/sjfx.png); + background-repeat: no-repeat; + background-size: 100% 100%; + width: 80px; + height: 80px; + margin-bottom: -24px; + } + .ViewDataTopimg_1 { + background-image: url(@/assets/images/sjfx/sjfx1.png); + background-repeat: no-repeat; + background-size: 100% 100%; + width: 105px; + height: 57px; + } + .ViewDataBottomimg { + background-image: url(@/assets/images/sjfx/sjfx2.png); + background-repeat: no-repeat; + background-size: 100% 100%; + width: 80px; + height: 80px; + margin-bottom: -24px; + } + .ViewDataBottomimg_1 { + background-image: url(@/assets/images/sjfx/sjfx3.png); + background-repeat: no-repeat; + background-size: 100% 100%; + width: 105px; + height: 57px; + } + } +} .minTopTitle { width: 100%; height: 28px; diff --git a/src/view/echart_analyze/ylXZZC.vue b/src/view/echart_analyze/ylXZZC.vue new file mode 100644 index 0000000..a3ff8d6 --- /dev/null +++ b/src/view/echart_analyze/ylXZZC.vue @@ -0,0 +1,258 @@ + + + + +