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: "已完成", },