From f30bfaf4e42a05cc634f27c3cdff210752206c68 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 12 Aug 2024 11:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E5=BE=85?= =?UTF-8?q?=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/SearchForm.vue | 3 ++ src/views/system/followup/index.vue | 55 ++++++++++++++++++----------- 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index 47d54ff..f1cd8e3 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -50,6 +50,8 @@ export default { mounted() { // 通过最大显示个数控制展开/折叠 this.minShowCtrol() + this.$emit('fold',this.fold) + }, watch: { '$store.state.app.sidebar.opened'(newVal, Val) { @@ -76,6 +78,7 @@ export default { }, shiftCollapsiable() { this.fold = !this.fold + this.$emit('fold',this.fold) this.minShowCtrol() }, // 通过maxShow控制元素显示/折叠 diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 58553ee..7a77868 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -10,7 +10,7 @@
+ @reset="resetQuery" @minShowCtrol="getMaxTableHeight" @fold="fold"> --> --> - - + + +
@@ -421,23 +434,19 @@ label="计划时间" align="center" prop="planTime" - width="80" - + width="95" + > - -