Browse Source

Merge branch 'feature' of http://120.46.222.128:10021/elink-star/epmet-work-pc into feature

feature_voluntary_mall
是小王呀\24601 1 year ago
parent
commit
879220d39a
  1. 8
      src/views/modules/portrayal/jumin/index.vue

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

@ -554,11 +554,13 @@
v-for="(row, rowIndex) in sectionItem.children" v-for="(row, rowIndex) in sectionItem.children"
:key="rowIndex + sectionItem.id" :key="rowIndex + sectionItem.id"
> >
<div class="f-label">{{ row.label }}</div> <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 : "--" row.value ? row.value : "--"
}}</span> }}</span>
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{
row.oldSubsidy ? row.oldSubsidy : "--"
}}</span>
</div> </div>
</section> </section>
@ -1355,6 +1357,8 @@ 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.menuList,"lkdsfjlskdjflks.jfklsmfdlks");
}) })
.catch((err) => { .catch((err) => {
console.log(err); console.log(err);

Loading…
Cancel
Save