|
|
@ -144,7 +144,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="m-box m-tx" style="position: relative;"> |
|
|
<div class="m-box m-tx" style="position: relative;"> |
|
|
<div class="header" style="display: flex;align-items: center;justify-content: space-between;"> <div class="newqsa"><span >居民信息更新情况</span></div> <div class="update-settings" @click="jumpToJuMin()" v-show="showAll"><img referrerpolicy="no-referrer" |
|
|
<div class="header" style="display: flex;align-items: center;justify-content: space-between;"> <div class="newqsa"><span >居民信息更新情况</span></div> <div class="update-settings" @click="jumpToJuMin()" v-show="showAll"><img referrerpolicy="no-referrer" |
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/pskhmf0717eflwg54wn73s6spnsg6u48r0f69e94b-2bc8-4156-8330-902087b72e0b" />更新设置</div> |
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/pskhmf0717eflwg54wn73s6spnsg6u48r0f69e94b-2bc8-4156-8330-902087b72e0b" />更新设置</div> |
|
|
</div> |
|
|
</div> |
|
|
<div style="width: 100%;margin-top:26px;overflow-y: scroll; height:calc(100% - 79px);padding-bottom:15px; box-sizing: border-box" > |
|
|
<div style="width: 100%;margin-top:26px;overflow-y: scroll; height:calc(100% - 79px);padding-bottom:15px; box-sizing: border-box" > |
|
|
@ -162,9 +162,15 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="分类信息不完整数" align="center" :show-overflow-tooltip="true"> |
|
|
<el-table-column label="分类信息不完整数" align="center" :show-overflow-tooltip="true"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'nonIntegrity')">{{scope.row.nonIntegratedNum}}</span> |
|
|
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'cateNonIntegrity')">{{scope.row.nonIntegratedNum}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column label="拓展不完整数" align="center" :show-overflow-tooltip="true"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row,'extNonIntegrity')">{{scope.row.extNonIntegratedNum}}</span> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
<el-table-column label="更新负责人" :show-overflow-tooltip="true" align="center" v-if="showAll"> |
|
|
<el-table-column label="更新负责人" :show-overflow-tooltip="true" align="center" v-if="showAll"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span style="color:#989898;">{{scope.row.userName}}</span> |
|
|
<span style="color:#989898;">{{scope.row.userName}}</span> |
|
|
@ -278,13 +284,7 @@ export default { |
|
|
myChartStyle: { float: "left", width: "140%", height: "100%" }, |
|
|
myChartStyle: { float: "left", width: "140%", height: "100%" }, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: {}, |
|
|
maxTableHeight() { |
|
|
|
|
|
const _h = this.clientHeight - 610; |
|
|
|
|
|
return _h; |
|
|
|
|
|
}, |
|
|
|
|
|
...mapGetters(["clientHeight"]), |
|
|
|
|
|
}, |
|
|
|
|
|
watch: { |
|
|
watch: { |
|
|
"searchData.searchKey": function (val) { |
|
|
"searchData.searchKey": function (val) { |
|
|
if (val == "") { |
|
|
if (val == "") { |
|
|
@ -417,7 +417,7 @@ export default { |
|
|
handleWindowResize() { |
|
|
handleWindowResize() { |
|
|
if (this.myChart) { |
|
|
if (this.myChart) { |
|
|
this.myChart.resize(); |
|
|
this.myChart.resize(); |
|
|
this.myBarChart.resize(); |
|
|
this.myBarchart.resize(); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
searchDataTab(str) { |
|
|
searchDataTab(str) { |
|
|
@ -783,7 +783,7 @@ export default { |
|
|
this.$router.push({ |
|
|
this.$router.push({ |
|
|
path: "/main/base-nonIntResi", |
|
|
path: "/main/base-nonIntResi", |
|
|
query: { |
|
|
query: { |
|
|
type:'nonIntegrity', |
|
|
type:'cateNonIntegrity', |
|
|
resiCategory: e.data.extraProperty, |
|
|
resiCategory: e.data.extraProperty, |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|