From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:40:18 +0800
Subject: [PATCH] 提交高度修改;
---
src/views/basicData/event/index.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/basicData/event/index.vue b/src/views/basicData/event/index.vue
index 7a59a76..7114b5f 100644
--- a/src/views/basicData/event/index.vue
+++ b/src/views/basicData/event/index.vue
@@ -49,10 +49,10 @@
<!-- placeholder="璇烽�夋嫨浜嬩欢缁撴潫鏃堕棿">-->
<!-- </el-date-picker>-->
<!-- </el-form-item>-->
- <el-form-item>
+ <!-- <el-form-item>
<el-button type="primary" icon="Search" @click="handleQuery">鎼滅储</el-button>
<el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button>
- </el-form-item>
+ </el-form-item> -->
</el-form>
<el-row :gutter="10" class="mb8">
@@ -94,7 +94,9 @@
v-hasPermi="['core:event:export']"
>瀵煎嚭</el-button>
</el-col>
- <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
+ <right-toolbar v-model:showSearch="showSearch"
+ @queryTable="handleQuery"
+ @resetTable="resetQuery"></right-toolbar>
</el-row>
<HxlhTable
@@ -222,7 +224,7 @@
const processList = ref([]);
const calendarList = ref([]);
-const height = ref(document.documentElement.clientHeight - 230 + "px;")
+const height = ref(document.documentElement.clientHeight - 220 + "px;")
// 澶氶�夋閫変腑鏁版嵁
const handleCheckboxChange = (data) => {
--
Gitblit v1.9.3