guanqb
2023-05-25 760891ffd62a93931393c934abc4fb839d28a766
社区户室人口是否重点人员改为备注
1 files modified
5 ■■■■■ changed files
src/views/house/index.vue 5 ●●●●● 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>