|
|
@ -559,7 +559,7 @@ |
|
|
row.value ? row.value : "--" |
|
|
row.value ? row.value : "--" |
|
|
}}</span> |
|
|
}}</span> |
|
|
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{ |
|
|
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{ |
|
|
row.oldSubsidy ? row.oldSubsidy : "--" |
|
|
resiDetailObj.oldPeopleDto ? resiDetailObj.oldPeopleDto.oldSubsidy : "--" |
|
|
}}</span> |
|
|
}}</span> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
@ -1266,9 +1266,7 @@ export default { |
|
|
}); |
|
|
}); |
|
|
this.menuList = Object.entries( |
|
|
this.menuList = Object.entries( |
|
|
res.data.data.integrityData.integrityQtyMap |
|
|
res.data.data.integrityData.integrityQtyMap |
|
|
) |
|
|
).map(([key, value]) => ({ |
|
|
|
|
|
|
|
|
.map(([key, value]) => ({ |
|
|
|
|
|
name: nameMap[key], |
|
|
name: nameMap[key], |
|
|
id: key, |
|
|
id: key, |
|
|
filledQty: value.filledQty, |
|
|
filledQty: value.filledQty, |
|
|
@ -1357,9 +1355,6 @@ export default { |
|
|
this.menuList.push({name:'死亡信息',id:'deathDto'}); |
|
|
this.menuList.push({name:'死亡信息',id:'deathDto'}); |
|
|
this.expandList.push({title:'死亡信息',scrollId:'deathDto',children:[{label:'死亡时间',value:this.resiDetailObj.baseInfoDto.deathDate}]}) |
|
|
this.expandList.push({title:'死亡信息',scrollId:'deathDto',children:[{label:'死亡时间',value:this.resiDetailObj.baseInfoDto.deathDate}]}) |
|
|
} |
|
|
} |
|
|
console.log(this.expandList,"lkdsfjlskdjflks.jfklsmfdlks"); |
|
|
|
|
|
console.log(this.sectionItem.children,"lkdsfjlskdjflks.jfklsmfdlks1eww34"); |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
.catch((err) => { |
|
|
.catch((err) => { |
|
|
console.log(err); |
|
|
console.log(err); |
|
|
|