From c8db86a10d016b9e6ce819fa4c4fca2f427d0d21 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 13 Aug 2024 17:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=90=9C=E7=B4=A2=E7=BB=9F=E4=B8=80=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawers/project/ProjectFaceTaskManage.vue | 5 +++++ src/components/drawers/project/ProjectOnlineManage.vue | 10 +++++----- src/components/drawers/project/ProjectVoteManage.vue | 5 +++++ src/components/drawers/router/RouterCommonManage.vue | 10 +++++----- .../drawers/router/RouterEvaluationManage.vue | 10 +++++----- src/components/drawers/router/RouterVoteManage.vue | 5 +++++ 6 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/components/drawers/project/ProjectFaceTaskManage.vue b/src/components/drawers/project/ProjectFaceTaskManage.vue index 2f5ae877..e52f59eb 100644 --- a/src/components/drawers/project/ProjectFaceTaskManage.vue +++ b/src/components/drawers/project/ProjectFaceTaskManage.vue @@ -163,6 +163,11 @@ const finishOptions = ref([ }, { id: 2, + value: 2, + label: "进行中", + }, + { + id: 3, value: 1, label: "已完成", }, diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index c79f3dfa..0c30d3fb 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -196,11 +196,11 @@ export default { value: "0", label: "未开始", }, - // { - // id: 2, - // value: "2", - // label: "进行中", - // }, + { + id: 2, + value: "2", + label: "进行中", + }, { id: 3, value: "1", diff --git a/src/components/drawers/project/ProjectVoteManage.vue b/src/components/drawers/project/ProjectVoteManage.vue index dde44b71..48211f4a 100644 --- a/src/components/drawers/project/ProjectVoteManage.vue +++ b/src/components/drawers/project/ProjectVoteManage.vue @@ -186,6 +186,11 @@ value: "1", label: "未开始", }, + { + id: 2, + value: "2", + label: "进行中", + }, { id: 3, value: "3", diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index c11fea4e..91aad1c4 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -200,11 +200,11 @@ export default { value: "0", label: "未开始", }, - //{ - // id: 2, - // value: "2", - // label: "进行中", - // }, + { + id: 2, + value: "2", + label: "进行中", + }, { id: 3, value: "1", diff --git a/src/components/drawers/router/RouterEvaluationManage.vue b/src/components/drawers/router/RouterEvaluationManage.vue index 70ceb39c..bc394788 100644 --- a/src/components/drawers/router/RouterEvaluationManage.vue +++ b/src/components/drawers/router/RouterEvaluationManage.vue @@ -174,11 +174,11 @@ export default { value: "0", label: "未开始", }, - //{ - // id: 2, - // value: "2", - // label: "进行中", - // }, + { + id: 2, + value: "2", + label: "进行中", + }, { id: 3, value: "1", diff --git a/src/components/drawers/router/RouterVoteManage.vue b/src/components/drawers/router/RouterVoteManage.vue index f3c60456..b38a02dc 100644 --- a/src/components/drawers/router/RouterVoteManage.vue +++ b/src/components/drawers/router/RouterVoteManage.vue @@ -190,6 +190,11 @@ value: "1", label: "未开始", }, + { + id: 2, + value: "2", + label: "进行中", + }, { id: 3, value: "3",