Commit 5105ec21 authored by wuhao's avatar wuhao 🎯

asder

parent 8c751344
Pipeline #3592 passed with stages
in 2 minutes and 32 seconds
...@@ -311,7 +311,7 @@ function Lessons() { ...@@ -311,7 +311,7 @@ function Lessons() {
color={"warning"} color={"warning"}
/> />
} }
label="待发布" label="待提交"
value={1} value={1}
/> />
<FormControlLabel <FormControlLabel
...@@ -321,7 +321,7 @@ function Lessons() { ...@@ -321,7 +321,7 @@ function Lessons() {
color={"info"} color={"info"}
/> />
} }
label="已发布" label="已提交"
value={2} value={2}
/> />
<FormControlLabel <FormControlLabel
...@@ -331,7 +331,7 @@ function Lessons() { ...@@ -331,7 +331,7 @@ function Lessons() {
color={"default"} color={"default"}
/> />
} }
label="已发布(暂停)" label="暂停中"
value={3} value={3}
/> />
<FormControlLabel <FormControlLabel
...@@ -344,16 +344,6 @@ function Lessons() { ...@@ -344,16 +344,6 @@ function Lessons() {
label="已结束" label="已结束"
value={4} value={4}
/> />
<FormControlLabel
control={
<Checkbox
checked={params?.typeList?.includes("5")}
color={"default"}
/>
}
label="已关闭"
value={5}
/>
</FormGroup> </FormGroup>
<Input <Input
placeholder="请输入课程名称" placeholder="请输入课程名称"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment