fix:隐藏在线/考试状态搜索调整搜索到姓名后方,未完成改为进行中。

This commit is contained in:
wyx
2023-01-09 16:12:24 +08:00
parent 3fb713fb08
commit 44a58893ba
8 changed files with 40 additions and 40 deletions

View File

@@ -190,21 +190,21 @@ export default {
open: false,
projectName: null,
projectNameList: [
{
id: 0,
value: "0",
label: "未开始",
},
{
id: 1,
value: "1",
label: "已完成",
},
{
id: 2,
value: "2",
label: "完成",
},
{
id: 1,
value: "0",
label: "未开始",
},
{
id: 2,
value: "2",
label: "进行中",
},
{
id: 3,
value: "1",
label: "完成",
},
],
selectedRowKeys: [],