1
guanqb
2023-09-07 b7e5af99c0a2fa4c3bf03e3ad9a9af7c74c9715a
1
3 files modified
18 ■■■■ changed files
src/styles/base/index.scss 2 ●●● patch | view | raw | blame | history
src/styles/media/index.scss 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue 14 ●●●● patch | view | raw | blame | history
src/styles/base/index.scss
@@ -332,7 +332,7 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 1000px;
        width: 1100px;
        height: 560px;
        .el-table__header-wrapper {
src/styles/media/index.scss
@@ -2169,7 +2169,7 @@
                    .keyPerson-details-box-two {
                        .el-dialog {
                            width: countSizeVw(1000, 1920);
                            width: countSizeVw(1100, 1920);
                            height: countSizeVh(560);
                        }
src/views/house/index.vue
@@ -1895,7 +1895,7 @@
            this.keyPersonVisible = true
            this.keyPeopleType = status
            this.peoplePage.currentPage = 1
            this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "实有人口详情" : "未成年详情"
            this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "重点人口详情" : "未成年人口详情"
            this.peopleNoDataText = ' '
            this.keyPeopleLoading = true
            this.personDetailArr = []
@@ -2211,9 +2211,12 @@
                                this.peopleNoDataText = '暂无户籍人口信息'
                            } else if (this.keyPeopleType == 2) {
                                this.peopleNoDataText = '暂无实有人口信息'
                            } else {
                            } else if (this.keyPeopleType == 3) {
                                this.peopleNoDataText = '暂无重点人口信息'
                                // 户室为楼栋情况
                            } else if (this.keyPeopleType == 4) {
                                this.peopleNoDataText = '暂无未成年人口信息'
                            } else {
                                this.residentNoDataText = '暂无户室信息'
                            }
                        }
@@ -2238,8 +2241,13 @@
                        this.peopleNoDataText = '暂无户籍人口信息'
                    } else if (this.keyPeopleType == 2) {
                        this.peopleNoDataText = '暂无实有人口信息'
                    } else {
                    } else if (this.keyPeopleType == 3) {
                        this.peopleNoDataText = '暂无重点人口信息'
                        // 户室为楼栋情况
                    } else if (this.keyPeopleType == 4) {
                        this.peopleNoDataText = '暂无未成年人口信息'
                    } else {
                        this.residentNoDataText = '暂无户室信息'
                    }
                }, 500)
            })