From bd4eccfbe3194f1f12f164f4c399f291c894841f Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Wed, 20 Sep 2023 15:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=9B=B4=E6=94=B9table?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/volunteer/zyzsjgl/bqhgl/index.vue | 28 +++++++++++++--- src/views/volunteer/zyzsjgl/hdgl/index.vue | 36 ++++++++++++++------- src/views/volunteer/zyzsjgl/zdgl/index.vue | 24 ++++++++++---- 3 files changed, 65 insertions(+), 23 deletions(-) diff --git a/src/views/volunteer/zyzsjgl/bqhgl/index.vue b/src/views/volunteer/zyzsjgl/bqhgl/index.vue index 5565146..f56ed24 100644 --- a/src/views/volunteer/zyzsjgl/bqhgl/index.vue +++ b/src/views/volunteer/zyzsjgl/bqhgl/index.vue @@ -1,6 +1,6 @@ @@ -41,16 +43,32 @@ export default { data() { return { input3: "", - total:0 + total: 0, + // peopleHeight: 0, }; }, + methods: { + pagesChange() {}, + }, components: { myPagination, }, + created() { + // this.$nextTick(() => { + // this.peopleHeight = + // this.$refs.apps.offsetHeight - + // 80 - + // this.$refs.titleInput.offsetHeight - + // this.$refs.pagination.offsetHeight; + // console.log(this.peopleHeight); + // }); + }, + mounted() {}, };