| src/views/house/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/house/index.vue
@@ -621,7 +621,7 @@ <template slot-scope="scope">{{ scope.row.isNonage == 1 ? '是' : '否' }}</template> </el-table-column> <el-table-column label="户室"> <template slot-scope="scope">{{ scope.row.address.split(villageInfo.name)[1] }}</template> <template slot-scope="scope">{{ scope.row.reAddress.split(villageInfo.name)[1] }}</template> </el-table-column> <el-table-column prop="phone" label="电话"></el-table-column> <el-table-column prop="policeStationName" label="所属派出所"></el-table-column>