guanqb
2023-10-24 36de9c96ff5bf600c40370d2f83a143a100785c4
名称修改
1 files modified
4 ■■■■ changed files
src/views/home/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/home/index.vue
@@ -556,7 +556,7 @@
                            size="small" :title="'定位'">
                            <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i>
                        </el-button>
                        <el-button @click="zhuHuInfoClick(scope.row)" type="text" size="small" :title="'住户信息'">
                        <el-button @click="zhuHuInfoClick(scope.row)" type="text" size="small" :title="'入住信息'">
                            <i class="el-icon-user-solid" style="color:#fcc31f"></i>
                        </el-button>
                    </template>
@@ -569,7 +569,7 @@
            </div>
        </el-dialog>
        <el-dialog title="住户信息" :visible.sync="zhuHuInfoPopupShow" :modal="true" :modal-append-to-body="false"
        <el-dialog title="入住信息" :visible.sync="zhuHuInfoPopupShow" :modal="true" :modal-append-to-body="false"
            :close-on-click-modal="false" class="zhuHuInfo-details-box" v-loading="zhuHuInfoLoading"
            element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading" :before-close="zhuHuBeforeClose"
            element-loading-background="rgba(0, 0, 0, 0.5)">