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;