This commit is contained in:
duanxiaohai 2024-06-24 16:15:31 +08:00
parent c077e879cc
commit a750c6a96e
3 changed files with 4 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -352,6 +352,8 @@ const getData = async () => {
ageBt.forEach((key, index) => {
data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key];
});
// dataShow
}
});
};

View File

@ -31,7 +31,7 @@ const getOption = () => {
data.option = {
tooltip: {
trigger: "axis",
formatter: "{b0}<br />{a1}:{c1}",
formatter: "{b0}岁数<br />{a1}:{c1}",
},
grid: {
top: "20%",
@ -127,7 +127,7 @@ const getOption = () => {
},
{
z: 1,
name: "线索",
name: "人数",
type: "bar",
barGap: "0%",
data: data.list,