From 178cb9870a9aa1e6d3f26082ee94e8cbdd14e920 Mon Sep 17 00:00:00 2001 From: wyx Date: Thu, 5 Jan 2023 11:36:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=92=8C=E8=AF=84=E4=BC=B0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawers/project/ProjectEvalManage.vue | 30 +++++++++---------- .../drawers/project/ProjectOnlineManage.vue | 30 +++++++++---------- .../drawers/router/RouterCommonManage.vue | 30 +++++++++---------- .../drawers/router/RouterEvaluationManage.vue | 12 ++++---- 4 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/components/drawers/project/ProjectEvalManage.vue b/src/components/drawers/project/ProjectEvalManage.vue index 3696b674..dd94d6b9 100644 --- a/src/components/drawers/project/ProjectEvalManage.vue +++ b/src/components/drawers/project/ProjectEvalManage.vue @@ -159,21 +159,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index 2084ba37..a6dea074 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -175,21 +175,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index b4f764ca..8c50c7ca 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -175,21 +175,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 diff --git a/src/components/drawers/router/RouterEvaluationManage.vue b/src/components/drawers/router/RouterEvaluationManage.vue index 096b5661..425e1bc1 100644 --- a/src/components/drawers/router/RouterEvaluationManage.vue +++ b/src/components/drawers/router/RouterEvaluationManage.vue @@ -159,18 +159,18 @@ tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, { id: 1, value: "0", - label: "未完成", + label: "未开始", }, { id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, value: "1", label: "已完成", },