From 2abebb6730b55a1edaf10dfce2218cab724b134c Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Mon, 24 Nov 2025 14:18:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/Workbench/Workbench.vue | 4 ++--
pages/task/manage/index.vue | 34 +++++++++++++++---------------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/components/Workbench/Workbench.vue b/components/Workbench/Workbench.vue
index db0c236..715d76c 100644
--- a/components/Workbench/Workbench.vue
+++ b/components/Workbench/Workbench.vue
@@ -35,9 +35,9 @@ const items = ref([
{ key: 'project', text: '项目管理', icon: '/static/workbench/project.png' },
{ key: 'task', text: '任务管理', icon: '/static/workbench/task.png' },
// { key: 'schedule', text: '日程管理', icon: '/static/workbench/schedule.png' },
- { key: 'contact', text: '通讯录', icon: '/static/workbench/contact.png' },
+ // { key: 'contact', text: '通讯录', icon: '/static/workbench/contact.png' },
{ key: 'notice', text: '公告管理', icon: '/static/workbench/notice.png' },
- { key: 'wechat', text: '工作微信', icon: '/static/workbench/wechat.png' }
+ // { key: 'wechat', text: '工作微信', icon: '/static/workbench/wechat.png' }
]);
const goToSearch = () => {
diff --git a/pages/task/manage/index.vue b/pages/task/manage/index.vue
index 7380181..0ba8e0f 100644
--- a/pages/task/manage/index.vue
+++ b/pages/task/manage/index.vue
@@ -50,7 +50,7 @@
优先级
{{ filterForm.levelName }}
- 请选择优先级
+ 选择优先级
@@ -109,20 +109,20 @@
请选择日期
-
- 开始日期
-
- {{ filterForm.expireTimeStart }}
- 请选择日期
-
-
-
- 结束日期
-
- {{ filterForm.expireTimeEnd }}
- 请选择日期
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -356,7 +356,7 @@ const filterForm = ref({
const showFilter = ref(false);
// 状态标签
-const activeStatusTab = ref('all');
+const activeStatusTab = ref('pending');
// 排序
const sortBy = ref('expireTime');
@@ -1027,7 +1027,7 @@ onMounted(() => {
background: #f8f9fa;
border: 1px solid #e4e7ed;
border-radius: 10px;
- padding: 10px 14px;
+ padding: 2px 14px;
min-height: 40px;
transition: all 0.2s;
position: relative;