13176889840 4 years ago
parent
commit
89a66e8ba6
  1. 7
      src/views/modules/base/community/buildTable.vue
  2. 23
      src/views/modules/base/community/community.vue
  3. 7
      src/views/modules/base/community/communityTable.vue
  4. 7
      src/views/modules/base/community/roomTable.vue
  5. 2
      src/views/modules/workSys/mapConfig.vue

7
src/views/modules/base/community/buildTable.vue

@ -409,10 +409,13 @@ export default {
handleSizeChange (val) { handleSizeChange (val) {
console.log(`每页 ${val}`) this.pageSize = val
this.pageNo = 1
this.loadTable()
}, },
handleCurrentChange (val) { handleCurrentChange (val) {
console.log(`当前页: ${val}`) this.pageNo = val
this.loadTable()
}, },
// //

23
src/views/modules/base/community/community.vue

@ -95,7 +95,7 @@ export default {
}, },
computed: { computed: {
rowHeight () { rowHeight () {
return (this.clientHeight - 200) + 'px' return (this.clientHeight - 180) + 'px'
}, },
...mapGetters(['clientHeight']) ...mapGetters(['clientHeight'])
}, },
@ -209,13 +209,6 @@ export default {
}, },
handleSizeChange (val) {
console.log(`每页 ${val}`)
},
handleCurrentChange (val) {
console.log(`当前页: ${val}`)
},
filterNode (value, data) { filterNode (value, data) {
if (!value) return true; if (!value) return true;
return data.label.indexOf(value) !== -1; return data.label.indexOf(value) !== -1;
@ -256,11 +249,13 @@ export default {
margin-top: 20px; margin-top: 20px;
} }
.el-row { .row {
/* margin-bottom: 20px; */ padding: 10px;
display: flex; }
flex-wrap: wrap; </style>
margin-top: 10px;
margin-right: 50px; <style>
.aui-content > .el-tabs > .el-tabs__content {
padding: 0px;
} }
</style> </style>

7
src/views/modules/base/community/communityTable.vue

@ -417,10 +417,13 @@ export default {
}, },
handleSizeChange (val) { handleSizeChange (val) {
console.log(`每页 ${val}`) this.pageSize = val
this.pageNo = 1
this.loadTable()
}, },
handleCurrentChange (val) { handleCurrentChange (val) {
console.log(`当前页: ${val}`) this.pageNo = val
this.loadTable()
}, },
// //

7
src/views/modules/base/community/roomTable.vue

@ -422,10 +422,13 @@ export default {
}, },
handleSizeChange (val) { handleSizeChange (val) {
console.log(`每页 ${val}`) this.pageSize = val
this.pageNo = 1
this.loadTable()
}, },
handleCurrentChange (val) { handleCurrentChange (val) {
console.log(`当前页: ${val}`) this.pageNo = val
this.loadTable()
}, },
// //

2
src/views/modules/workSys/mapConfig.vue

@ -717,7 +717,7 @@ const vueGis = {
export default vueGis; export default vueGis;
</script> </script>
<style > <style scoped>
.div_search { .div_search {
z-index: 9999; z-index: 9999;
position: absolute; position: absolute;

Loading…
Cancel
Save