guanqb
2023-09-07 5735d651fa5b4ea886ec44c3ab2bd26b7426a611
人口弹窗字段修改
1 files modified
2 ■■■ changed files
src/views/house/index.vue 2 ●●● 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>