| | |
| | | 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> |
| | |
| | | </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)"> |