--fix bug

This commit is contained in:
yuping
2023-05-11 21:45:25 +08:00
parent f04da8c5e9
commit 9416ae7158
8 changed files with 207 additions and 190 deletions

View File

@@ -74,7 +74,7 @@ const columns = ref([
key: "type",
width: "100px",
align: "center",
customRender: ({ record: { type } }) => ({ 10: "微课", 21: "直播", 20: "录播", 30: "面授", 90: "混合" }[type]),
customRender: () => <span>在线课</span>,
},
{
title: "创建人",
@@ -83,13 +83,13 @@ const columns = ref([
width: "100px",
align: "center",
},
{
title: "时长",
dataIndex: "studyTime",
key: "studyTime",
width: "80px",
align: "center",
},
// {
// title: "时长",
// dataIndex: "studyTime",
// key: "studyTime",
// width: "80px",
// align: "center",
// },
{
title: "发布时间",
dataIndex: "publishTime",