diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue
index 76ffd4525..eac9bd0df 100644
--- a/src/views/modules/portrayal/jumin/index.vue
+++ b/src/views/modules/portrayal/jumin/index.vue
@@ -555,11 +555,11 @@
:key="rowIndex + sectionItem.id"
>
{{ row.label }}:
- {{
+ {{
row.value ? row.value : "--"
}}
{{
- row.formName ? row.formName : "--"
+ row.oldSubsidy ? row.oldSubsidy : "--"
}}
@@ -1357,6 +1357,8 @@ export default {
this.menuList.push({name:'死亡信息',id:'deathDto'});
this.expandList.push({title:'死亡信息',scrollId:'deathDto',children:[{label:'死亡时间',value:this.resiDetailObj.baseInfoDto.deathDate}]})
}
+ console.log(this.menuList,"lkdsfjlskdjflks.jfklsmfdlks");
+
})
.catch((err) => {
console.log(err);