From ccc970e575ef3f3e5c67af8da210263f4ac549f9 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 10 四月 2026 16:44:55 +0800
Subject: [PATCH] 2026.4.10

---
 src/components/SearchBar.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue
index 63dda44..ab18188 100644
--- a/src/components/SearchBar.vue
+++ b/src/components/SearchBar.vue
@@ -1,6 +1,6 @@
 <template>
   <el-row class="layout">
-    <el-col :span="$slots.summary ? 10 : 24">
+    <el-col :span="$slots.summary ? 14 : 24">
       <el-form :inline="true" :model="formSearch">
         <el-form-item label="鎬讳换鍔�">
           <!-- <el-input v-model="formSearch.topTaskId" placeholder="鎬讳换鍔�" /> -->
@@ -19,7 +19,7 @@
         </el-form-item>
       </el-form>
     </el-col>
-    <el-col :span="$slots.summary ? 14 : 0">
+    <el-col :span="$slots.summary ? 10 : 0">
       <el-row justify="end">
         <slot name="summary"></slot>
       </el-row>
@@ -62,7 +62,7 @@
       taskApi.getTopTask().then((res) => {
         const list = res
           .filter((e) => {
-            return e.districtname == '寰愭眹鍖�' && dayjs(e.starttime).isBefore(dayjs('2023-12-31'))
+            return e.districtname == '寰愭眹鍖�' && dayjs(e.starttime).isBefore(dayjs('2025-12-31'))
           })
           .map((r) => {
             return {

--
Gitblit v1.9.3