居民档案
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
<div class="fill">
|
||||
<b>{{ top.detail.realName || top.detail.name }}</b>
|
||||
<u-row>
|
||||
<span class="idNumber" v-html="IDObj.id" />
|
||||
<a @tap="showID = !showID">{{ IDObj.btn }}</a>
|
||||
<span class="idNumber">{{resident.idNumber}}</span>
|
||||
<!-- <span class="idNumber" v-html="IDObj.id" />
|
||||
<a @tap="showID = !showID">{{ IDObj.btn }}</a> -->
|
||||
</u-row>
|
||||
</div>
|
||||
</div>
|
||||
@@ -30,7 +31,7 @@
|
||||
<span v-if="resident.currentAddressNo">{{resident.currentAddressNo}}户</span>
|
||||
</AiCell>
|
||||
</div>
|
||||
<div class="card">
|
||||
<!-- <div class="card">
|
||||
<AiCell title label="家庭信息" />
|
||||
<AiCell label="是否户主">{{ $dict.getLabel('householdName', resident.householdName) || '-' }}</AiCell>
|
||||
<AiCell label="与户主关系">{{ $dict.getLabel('householdRelation', resident.householdRelation) || '-' }}</AiCell>
|
||||
@@ -39,7 +40,7 @@
|
||||
<div class="card">
|
||||
<AiCell title label="家庭成员" />
|
||||
<AiTable :data="family" :colConfigs="colConfigs" />
|
||||
</div>
|
||||
</div> -->
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user