diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue
index fe87e602b..3c882700c 100644
--- a/src/views/modules/portrayal/jumin/index.vue
+++ b/src/views/modules/portrayal/jumin/index.vue
@@ -554,11 +554,13 @@
v-for="(row, rowIndex) in sectionItem.children"
:key="rowIndex + sectionItem.id"
>
-
{{ row.label }}:
- {{
+ {{
row.value ? row.value : "--"
}}
+ {{
+ row.oldSubsidy ? row.oldSubsidy : "--"
+ }}
@@ -1355,6 +1357,9 @@ export default {
this.menuList.push({name:'死亡信息',id:'deathDto'});
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) => {
console.log(err);