diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 0f06eb7..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 82a6f77..618e352 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -352,6 +352,8 @@ const getData = async () => { ageBt.forEach((key, index) => { data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key]; }); + + // dataShow } }); }; diff --git a/src/view/echart_analyze/edXS.vue b/src/view/echart_analyze/edXS.vue index e8b0d58..b772925 100644 --- a/src/view/echart_analyze/edXS.vue +++ b/src/view/echart_analyze/edXS.vue @@ -31,7 +31,7 @@ const getOption = () => { data.option = { tooltip: { trigger: "axis", - formatter: "{b0}
{a1}:{c1}", + formatter: "{b0}岁数
{a1}:{c1}", }, grid: { top: "20%", @@ -127,7 +127,7 @@ const getOption = () => { }, { z: 1, - name: "线索", + name: "人数", type: "bar", barGap: "0%", data: data.list,