fix:修改项目-系统考试-管理-任务状态

This commit is contained in:
wyx
2023-03-21 17:33:00 +08:00
parent f9dc330e6a
commit 0c70bbad5f

View File

@@ -178,12 +178,12 @@ export default {
}, },
{ {
id: 2, id: 2,
value: "9", value: "1",
label: "已完成", label: "已完成",
}, },
{ {
id: 3, id: 3,
value: "1", value: "9",
label: "进行中", label: "进行中",
}, },
], ],