Browse Source

补贴

feature
是小王呀\24601 11 months ago
parent
commit
d184189eac
  1. 6
      src/views/modules/portrayal/jumin/index.vue

6
src/views/modules/portrayal/jumin/index.vue

@ -555,11 +555,11 @@
:key="rowIndex + sectionItem.id"
>
<div class="f-label">{{ row.label }}</div>
<span class="f-left8 f-font-color">{{
<span class="f-left8 f-font-color" v-if="row.label !== '高龄补助'">{{
row.value ? row.value : "--"
}}</span>
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{
row.formName ? row.formName : "--"
row.oldSubsidy ? row.oldSubsidy : "--"
}}</span>
</div>
</section>
@ -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);

Loading…
Cancel
Save