mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 18:22:49 +08:00
资源课件列表文案优化和下载
This commit is contained in:
parent
482a88121e
commit
2626f41de8
@ -45,7 +45,7 @@ const ResourceCoursewarePage = () => {
|
||||
const [loading, setLoading] = useState<boolean>(true);
|
||||
const [category_ids, setCategoryIds] = useState<any>([]);
|
||||
const [selectedRowKeys, setSelectedRowKeys] = useState<any>([]);
|
||||
const [type, setType] = useState("WORD,EXCE,PPT,PDF,TXT,RAR,ZIP");
|
||||
const [type, setType] = useState("WORD,EXCEL,PPT,PDF,TXT,RAR,ZIP");
|
||||
const [title, setTitle] = useState<string>("");
|
||||
const [multiConfig, setMultiConfig] = useState<boolean>(false);
|
||||
const [selLabel, setLabel] = useState<string>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user