Browse Source

控制台报错,更新列表

dlt_manageScope_0428
mk 2 years ago
parent
commit
0c1596ae35
  1. 22
      src/views/modules/home/index.vue

22
src/views/modules/home/index.vue

@ -144,7 +144,7 @@
</div>
<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>
</div>
<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 label="分类信息不完整数" align="center" :show-overflow-tooltip="true">
<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>
</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">
<template slot-scope="scope">
<span style="color:#989898;">{{scope.row.userName}}</span>
@ -278,13 +284,7 @@ export default {
myChartStyle: { float: "left", width: "140%", height: "100%" },
}
},
computed: {
maxTableHeight() {
const _h = this.clientHeight - 610;
return _h;
},
...mapGetters(["clientHeight"]),
},
computed: {},
watch: {
"searchData.searchKey": function (val) {
if (val == "") {
@ -417,7 +417,7 @@ export default {
handleWindowResize() {
if (this.myChart) {
this.myChart.resize();
this.myBarChart.resize();
this.myBarchart.resize();
}
},
searchDataTab(str) {
@ -783,7 +783,7 @@ export default {
this.$router.push({
path: "/main/base-nonIntResi",
query: {
type:'nonIntegrity',
type:'cateNonIntegrity',
resiCategory: e.data.extraProperty,
}
});

Loading…
Cancel
Save