mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
作业管理状态新增进行中
This commit is contained in:
@@ -224,11 +224,11 @@ export default {
|
||||
value: "0",
|
||||
label: "未开始",
|
||||
},
|
||||
// {
|
||||
// id: 2,
|
||||
// value: "2",
|
||||
// label: "进行中",
|
||||
// },
|
||||
{
|
||||
id: 2,
|
||||
value: "2",
|
||||
label: "进行中",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
value: "1",
|
||||
|
||||
@@ -167,11 +167,11 @@ export default {
|
||||
value: "0",
|
||||
label: "未开始",
|
||||
},
|
||||
// {
|
||||
// id: 2,
|
||||
// value: "2",
|
||||
// label: "进行中",
|
||||
//},
|
||||
{
|
||||
id: 2,
|
||||
value: "2",
|
||||
label: "进行中",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
value: "1",
|
||||
|
||||
Reference in New Issue
Block a user