feat:合并

This commit is contained in:
lixg
2022-12-19 20:45:54 +08:00
4 changed files with 11 additions and 7 deletions

View File

@@ -1735,11 +1735,16 @@ export default {
align: "center",
className: "h",
ellipsis: true,
customRender: ({ record }) => (
<div>
{record.finishTaskNum}/{record.totalTaskNum}
</div>
),
},
{
title: "最近学习时间",
dataIndex: "stutime",
key: "stutime",
dataIndex: "lastStudyTime",
key: "lastStudyTime",
width: 80,
align: "center",
className: "h",