This commit is contained in:
duanxiaohai 2024-06-06 15:24:04 +08:00
parent 0b9cba6a6f
commit 67da4720db
2 changed files with 3 additions and 2 deletions

View File

@ -157,7 +157,7 @@ const getOption = () => {
type: "value",
scale: true,
min: 0,
name: "计划生育补贴金额/元",
name: "计划生育补贴金额/元",
splitLine: {
show: false,
lineStyle: {

View File

@ -459,7 +459,8 @@ const getData = () => {
//
res.data.familyPlanning.familyPlanningData.forEach((element) => {
data.centerBottom1.push(element.jhsyrs); //
data.centerBottom2.push(element.jhsybtje); //
data.centerBottom2.push((element.jhsybtje / 10000).toFixed(0)); //
// data.centerBottom2.push(element.jhsybtje); //
});
//
data.centerBottomYear = res.data.familyPlanning.year;