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() {
color={"warning"}
/>
}
label="待发布"
label="待提交"
value={1}
/>
<FormControlLabel
......@@ -321,7 +321,7 @@ function Lessons() {
color={"info"}
/>
}
label="已发布"
label="已提交"
value={2}
/>
<FormControlLabel
......@@ -331,7 +331,7 @@ function Lessons() {
color={"default"}
/>
}
label="已发布(暂停)"
label="暂停中"
value={3}
/>
<FormControlLabel
......@@ -344,16 +344,6 @@ function Lessons() {
label="已结束"
value={4}
/>
<FormControlLabel
control={
<Checkbox
checked={params?.typeList?.includes("5")}
color={"default"}
/>
}
label="已关闭"
value={5}
/>
</FormGroup>
<Input
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