居民档案bug
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
<ai-info-item label="政治面貌" :value="dict.getLabel('politicsStatus', familyInfo.politicsStatus)"/>
|
||||
<ai-info-item label="兵役状况" :value="dict.getLabel('militaryStatus', familyInfo.militaryStatus)"/>
|
||||
<ai-info-item label="宗教信仰" :value="dict.getLabel('faithType', familyInfo.faithType)"/>
|
||||
<ai-info-item label="职业" :value="dict.getLabel('faithType', familyInfo.job)"/>
|
||||
<ai-info-item label="职业" :value="dict.getLabel('job', familyInfo.job)"/>
|
||||
<ai-info-item label="现住址" isLine :value="[familyInfo.currentAreaName, familyInfo.currentAddress].join('')"/>
|
||||
</ai-wrapper>
|
||||
<ai-avatar v-model="familyInfo.imgUrl" :editable="false"/>
|
||||
@@ -651,6 +651,8 @@ export default {
|
||||
},
|
||||
showFamily(row) {
|
||||
this.familyInfo = row;
|
||||
let {birthday} = this.idCardNoUtil.getIdCardInfo(this.familyInfo.idNumber)
|
||||
this.familyInfo.birthday = birthday
|
||||
if (this.familyInfo.photo) {
|
||||
this.familyInfo.imgUrl = this.familyInfo.photo.split(";")[0];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user