This commit is contained in:
姚宇浩 2024-09-09 13:06:18 +08:00
parent 0344231e96
commit e936b71c96
1 changed files with 2 additions and 2 deletions

View File

@ -804,7 +804,7 @@ const data = reactive({
whistleblower: {
culeTotal: {
data: ["100", "120", "199", "133", "210"],
time: ["61-70", "71-80", "81-90", "91-100", "100以上"],
time: ["60-69", "70-79", "80-89", "90-99", "100以上"],
},
}, //
@ -978,7 +978,7 @@ const getData = async () => {
data.analysis.lnr = res.data.lnr;
// data.analysis.push[0].num = res.data.push[0].num;
const ageBt = ["nl6170", "nl7180", "nl8190", "nl91100", "nl100"];
const ageBt = ["nl6069", "nl7079", "nl8089", "nl9099", "nl100"];
ageBt.forEach((key, index) => {
data.whistleblower.culeTotal.data[index] = res.data.lnr.rksj[key];
});