BUG 30900
This commit is contained in:
@@ -21,11 +21,9 @@
|
||||
</div>
|
||||
<span @click="linkTo(`./residentDetail?id=${info.id}`)">详情</span>
|
||||
</div>
|
||||
<AiItem label="现住地址">{{ info.countyName + info.townName + info.villageName }}</AiItem>
|
||||
<AiItem label="详细地址">{{ info.currentAddress }}</AiItem>
|
||||
<div class="item-info">
|
||||
<label>现住地址</label>
|
||||
<span></span>
|
||||
<span v-text="info.countyName + info.townName + info.villageName"/>
|
||||
</div>
|
||||
<div class="item-info">
|
||||
<label>详细地址</label>
|
||||
|
||||
Reference in New Issue
Block a user