From 21301dccc0cb33bece56f1cf8d6871a5694a8a0c Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Thu, 21 Mar 2024 18:12:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E9=80=89=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=B8=80=E8=87=B4=EF=BC=8C=E4=BF=AE=E5=A4=8D=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=B5=81=E7=A8=8B=E6=93=8D=E4=BD=9C=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 15 ++++++++- src/views/task/aside/Aside.vue | 56 ++++++++++++++++++++++------------ 2 files changed, 50 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index 04f400a..73d2274 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,4 +54,17 @@ const getThemeOverrides = computed(() => { - + diff --git a/src/views/task/aside/Aside.vue b/src/views/task/aside/Aside.vue index 7ac8ab7..8e276a7 100644 --- a/src/views/task/aside/Aside.vue +++ b/src/views/task/aside/Aside.vue @@ -1,18 +1,23 @@ @@ -176,9 +181,13 @@ function editFilter(filter: any) { --> + v-show="!showSearch" + :type="2" + @select="filterHandler" + @update:search="setShowSearch(true)" + @show-custom="showModal(CustomFieldModalRef)" + @show-filter="showModal(filterModalRef)" + />
- + + + +