| src/views/house/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/house/index.vue
@@ -556,12 +556,11 @@ </span> </template> </el-table-column> <el-table-column label="是否为重点人员"> <el-table-column label="备注"> <template slot-scope="scope"> <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> {{ scope.row.status == 2 ? '是' : '否' scope.row.zdryxl }} </span> </template>