| | |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="relation" label="户主关系"> |
| | | <!-- <el-table-column prop="relation" label="户主关系"> |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.relation }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <el-table-column :show-overflow-tooltip="true" prop="censusAddress" label="户籍地址"> |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |