Browse Source

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

feature-xiaowang
是小王呀\24601 1 year ago
parent
commit
dc1e7c058d
  1. 9
      src/views/modules/portrayal/jumin/index.vue

9
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,9 @@ 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);

Loading…
Cancel
Save