|
@@ -68,13 +68,6 @@
|
|
|
{{ item.buildingName }}-{{ CheckChinese(item.unitName, '单元') }}-{{ item.roomNumber }}
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template slot-scope="scope" slot="householdType">
|
|
|
- <div class="table-list" v-for="(item, index) in scope.row.houseList" :key="index">
|
|
|
- <template v-if="item.householdType === 1"> 业主 </template>
|
|
|
- <template v-else-if="item.householdType === 2"> 亲属 </template>
|
|
|
- <template v-else> 租客 </template>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
<template slot-scope="scope" slot="communityName">
|
|
|
<div class="table-list" v-for="(item, index) in scope.row.houseList" :key="index">{{ item.communityName }}</div>
|
|
|
</template>
|
|
@@ -151,7 +144,6 @@ export default {
|
|
|
{
|
|
|
label: '住户类型',
|
|
|
prop: 'householdType',
|
|
|
- slot: 'householdType',
|
|
|
width: '100',
|
|
|
format(val) {
|
|
|
if (val == 1) {
|