| | |
| | | <div class="p-r"> |
| | | <div> |
| | | <div style="color:#0e88ff">{{ villageInfo.censusRegisterNumber ? |
| | | villageInfo.censusRegisterNumber |
| | | : '0' }}</div> |
| | | villageInfo.censusRegisterNumber |
| | | : '0' }}</div> |
| | | <div>户籍人口</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#71fdf7">{{ villageInfo.realExistenceNumber ? |
| | | villageInfo.realExistenceNumber : |
| | | '0' }}</div> |
| | | villageInfo.realExistenceNumber : |
| | | '0' }}</div> |
| | | <div>实有人口</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#ff796c">{{ villageInfo.emphasisNumber ? |
| | | villageInfo.emphasisNumber : |
| | | '0' }}</div> |
| | | villageInfo.emphasisNumber : |
| | | '0' }}</div> |
| | | <div>重点人口</div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="p-r"> |
| | | <div> |
| | | <div style="color:#2a91f5">{{ villageInfo.busTotalNumber ? |
| | | villageInfo.busTotalNumber : |
| | | '0' }}</div> |
| | | villageInfo.busTotalNumber : |
| | | '0' }}</div> |
| | | <div>户室总数</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#eeeeee">{{ villageInfo.uncorrelatedNumber ? |
| | | villageInfo.uncorrelatedNumber : |
| | | '0' }}</div> |
| | | villageInfo.uncorrelatedNumber : |
| | | '0' }}</div> |
| | | <div>未关联</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#ee0000">{{ villageInfo.unexaminedNumber ? |
| | | villageInfo.unexaminedNumber : |
| | | '0' }}</div> |
| | | villageInfo.unexaminedNumber : |
| | | '0' }}</div> |
| | | <div>未核实</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#00ee00">{{ villageInfo.verifiedNumber ? |
| | | villageInfo.verifiedNumber |
| | | : '0' }}</div> |
| | | villageInfo.verifiedNumber |
| | | : '0' }}</div> |
| | | <div>已核实</div> |
| | | </div> |
| | | </div> |
| | |
| | | :key="index" @click="buildingClick(item)" |
| | | :class="{ on: buildingChoosed.name == item.name }" :title="item.name"> |
| | | {{ |
| | | item.name |
| | | }} |
| | | item.name |
| | | }} |
| | | <div @click.stop title="显示/隐藏楼栋高亮"> |
| | | <el-checkbox v-model="isBuildHighLightchecked" |
| | | v-show="buildingChoosed.name == item.name" |
| | |
| | | <div class="one"> |
| | | <div> |
| | | <div style="color:#2a91f5">{{ buildingInfo.busTotalNumber ? |
| | | buildingInfo.busTotalNumber : |
| | | '0' }}</div> |
| | | buildingInfo.busTotalNumber : |
| | | '0' }}</div> |
| | | <div>户室总数</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#eeeeee">{{ buildingInfo.uncorrelatedNumber ? |
| | | buildingInfo.uncorrelatedNumber : |
| | | '0' }}</div> |
| | | buildingInfo.uncorrelatedNumber : |
| | | '0' }}</div> |
| | | <div>未关联</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#ee0000">{{ buildingInfo.unexaminedNumber ? |
| | | buildingInfo.unexaminedNumber : |
| | | '0' }}</div> |
| | | buildingInfo.unexaminedNumber : |
| | | '0' }}</div> |
| | | <div>未核实</div> |
| | | </div> |
| | | <div> |
| | | <div style="color:#00ee00">{{ buildingInfo.verifiedNumber ? |
| | | buildingInfo.verifiedNumber |
| | | : '0' }}</div> |
| | | buildingInfo.verifiedNumber |
| | | : '0' }}</div> |
| | | <div>已核实</div> |
| | | </div> |
| | | </div> |
| | |
| | | <div :class="{ on: floorsType == index }" @click="floorsType = index" |
| | | v-for="index in Math.ceil(unitChoosedArr.length / 5)" :key="index"> |
| | | {{ unitChoosedArr[index * 5 - 5].sname }}{{ unitChoosedArr[index * 5 |
| | | - 5].sname == |
| | | unitChoosedArr[unitChoosedArr.length - 1].sname ? '' : '-' }}{{ |
| | | unitChoosedArr[index * |
| | | 5 |
| | | - 1] ? (unitChoosedArr[index * 5 |
| | | - 1].sname) : (unitChoosedArr[index * 5 - 5].sname == |
| | | unitChoosedArr[unitChoosedArr.length - 1].sname |
| | | ? '' : unitChoosedArr[unitChoosedArr.length - 1].sname) |
| | | }}层 |
| | | - 5].sname == |
| | | unitChoosedArr[unitChoosedArr.length - 1].sname ? '' : '-' }}{{ |
| | | unitChoosedArr[index * |
| | | 5 |
| | | - 1] ? (unitChoosedArr[index * 5 |
| | | - 1].sname) : (unitChoosedArr[index * 5 - 5].sname == |
| | | unitChoosedArr[unitChoosedArr.length - 1].sname |
| | | ? '' : unitChoosedArr[unitChoosedArr.length - 1].sname) |
| | | }}层 |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.realName }} |
| | | scope.row.realName }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.phone }} |
| | | scope.row.phone }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.cardNo }} |
| | | scope.row.cardNo }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.relation }} |
| | | scope.row.relation }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.censusAddress }} |
| | | scope.row.censusAddress }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.personType == 1 ? '户籍人口' : '实有人口' }} |
| | | scope.row.personType == 1 ? '户籍人口' : '实有人口' }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <template slot-scope="scope"> |
| | | <span :style="{ color: (scope.row.status == 2 ? '#f00!important' : '#000') }"> |
| | | {{ |
| | | scope.row.zdryxl |
| | | }} |
| | | scope.row.zdryxl |
| | | }} |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | if (item.lng != "" && item.lat != "") { |
| | | let pointColor, pointOutlineColor |
| | | |
| | | switch (item.jqlxName) { |
| | | switch (item.jqlxJointName) { |
| | | case '盗窃': |
| | | pointColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 255) |
| | | pointOutlineColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 125) |