345
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
<ai-info-item label="兵役状况" :value="dict.getLabel('militaryStatus', baseInfo.militaryStatus)"/>
|
||||
<ai-info-item label="宗教信仰" :value="dict.getLabel('faithType', baseInfo.faithType)"/>
|
||||
<ai-info-item label="职业" :value="dict.getLabel('job', baseInfo.job)"/>
|
||||
<ai-info-item label="所属网格" :value="baseInfo.girdName"/>
|
||||
</ai-wrapper>
|
||||
</ai-card>
|
||||
<ai-card title="联络信息" type="flex">
|
||||
<ai-wrapper slot="content">
|
||||
<ai-info-item label="联系方式" :value="baseInfo.phone"/>
|
||||
<ai-info-item label="现住址" isLine :value="[baseInfo.currentAreaName, baseInfo.currentAddress].join('')"/>
|
||||
<ai-info-item label="所属网格" :value="baseInfo.girdName"/>
|
||||
</ai-wrapper>
|
||||
</ai-card>
|
||||
<ai-card title="户籍信息">
|
||||
|
||||
Reference in New Issue
Block a user