shuishen
2023-05-02 7fa2f52603d9e5905f5bcda62b06d0289c67df37
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
1 files modified
8 ■■■■■ changed files
src/views/house/index.vue 8 ●●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -40,7 +40,7 @@
                            <div class="progress"></div>
                        </div>
                        <div class="housing-bg">
                            <el-image style=" height: 100%" :src="villageInfo.pic_url"
                            <el-image fit="contain" :src="villageInfo.pic_url"
                                :preview-src-list="villageInfo.pic_url_singleArr">
                                <div slot="error" class="image-slot">
                                    暂无照片
@@ -484,7 +484,7 @@
            contentShow: true,
            unitOptions: [{ value: 1, label: "1单元" }],
            unitValue: 1,
            unitValue: '',
            searchHouse: "",
            navType: 0,
@@ -985,7 +985,7 @@
                        this.unitAllArr = houseUintList
                        this.isShowUnitChoose = true
                        this.unitOptions = []
                        this.unitValue = 1
                        this.unitValue = '1单元'
                        houseUintList.children_infos.forEach((item, index) => {
                            this.unitOptions.push({
                                value: `${index + 1}`,
@@ -2007,6 +2007,8 @@
                        justify-content: center;
                        align-items: center;
                        background-color: transparent;
                        width: 100%;
                        height: 100%;
                    }
                    :deep(.el-image__placeholder) {