This commit is contained in:
姚宇浩 2024-09-06 13:50:09 +08:00
parent a686744c19
commit f0b983186f
1 changed files with 8 additions and 8 deletions

View File

@ -504,19 +504,19 @@ const getTownDetail = () => {
};
const btList = ref([
{
name: "61-70岁",
name: "60-69岁",
value: ["17824", "17824", "17824"],
},
{
name: "71-80岁",
name: "70-79岁",
value: ["18742", "18742", "18742"],
},
{
name: "81-90岁",
name: "80-89岁",
value: ["3407", "3407", "3407"],
},
{
name: "91-100岁",
name: "90-99岁",
value: ["144", "144", "144"],
},
{
@ -525,10 +525,10 @@ const btList = ref([
},
]);
const ageGroups = [
{ ageRange: "6170", index: 0 },
{ ageRange: "7180", index: 1 },
{ ageRange: "8190", index: 2 },
{ ageRange: "91100", index: 3 },
{ ageRange: "6069", index: 0 },
{ ageRange: "7079", index: 1 },
{ ageRange: "8089", index: 2 },
{ ageRange: "9099", index: 3 },
{ ageRange: "100", index: 4 },
];
//