diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 1ddf118..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 699c079..fe31547 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -112,7 +112,7 @@ - +
@@ -260,6 +260,7 @@ const data = reactive({ data: ["0", "0", "0", "0", "0", "0"], //医保支出万元以上 }, ], //数据查看 + wjybrysl: [], leftCenterYear: ["2019", "2020", "2021", "2022", "2023", "2024"], //年份 zccs1: ["图书馆", "公共自行车", "小奔通"], //一码通 zccs2: ["100", "3924", "3905"], //一码通 @@ -360,8 +361,10 @@ const getData = async () => { ageBt.forEach((key, index) => { data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key]; }); - data.leftCenterYear = res.data.dataShow.year; + + data.wjybrysl = res.data.wjybrysl; + console.log(data.wjybrysl,1111); data.ViewData[2].data = res.data.dataShow.gxyrs.gxyrs; //高血压 data.ViewData[2].value = res.data.dataShow.gxyrs.total; //高血压年份 data.ViewData[3].data = res.data.dataShow.tnbrs.tnbrs; //糖尿病 diff --git a/src/view/echart_analyze/right1.vue b/src/view/echart_analyze/right1.vue index 1968636..909ba5a 100644 --- a/src/view/echart_analyze/right1.vue +++ b/src/view/echart_analyze/right1.vue @@ -3,11 +3,35 @@