mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
--fix bug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user