diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 7004296..3a706ce 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -82,7 +82,7 @@
就业培训
- +
@@ -101,7 +101,7 @@
- +
@@ -112,7 +112,7 @@
- +
@@ -179,6 +179,7 @@ const jypxList = reactive([ img: jypx2, }, ]); +const showEchart = ref(false); const data = reactive({ datashow: null, backgroundImageUrl: ViewDataimg, @@ -400,7 +401,7 @@ const getData = async () => { data.ViewData[8].value = res.data.dataShow.tekun.total; //特困年份 // data.ViewData[9].data = res.data.dataShow.qtjbrs.qtjbrs; //其他疾病 // data.ViewData[9].value = res.data.dataShow.qtjbrs.total; //其他疾病年份 - + showEchart.value = true; } }); }; diff --git a/src/view/education.vue b/src/view/education.vue index de5100d..344ce96 100644 --- a/src/view/education.vue +++ b/src/view/education.vue @@ -8,7 +8,7 @@
- +
@@ -59,7 +59,7 @@
- +
@@ -145,8 +145,8 @@
- - + +