mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
-- 学员添加进度和最后学习时间
This commit is contained in:
@@ -1729,11 +1729,13 @@ export default {
|
|||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
|
customRender: ({record}) => <div>{record.finishTaskNum}/{record.totalTaskNum}</div>
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "最近学习时间",
|
title: "最近学习时间",
|
||||||
dataIndex: "stutime",
|
dataIndex: "lastStudyTime",
|
||||||
key: "stutime",
|
key: "lastStudyTime",
|
||||||
width: 80,
|
width: 80,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
|
|||||||
Reference in New Issue
Block a user