From d184189eac62b151d511cc2f1691fa019d1e64c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 20 Sep 2024 10:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E8=B4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/portrayal/jumin/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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);