|
@@ -116,8 +116,6 @@ const commGroupStatus = [
|
|
|
{ value: "NORMAL", label: "进行中" },
|
|
|
{ value: "FINISH", label: "结束" },
|
|
|
{ value: "CANCEL", label: "关闭" },
|
|
|
- { value: "NOT_START", label: "未开始" },
|
|
|
- { value: "APPLYING", label: "报名中" },
|
|
|
{ value: "LOCK", label: "锁定" },
|
|
|
]
|
|
|
|