--fix bug

This commit is contained in:
yuping
2023-03-24 03:38:56 +08:00
parent e3edca5191
commit 0651540b69

View File

@@ -1789,6 +1789,15 @@ const columns2 = [
customRender: ({ record: { courseName, routerName } }) =>
courseName || routerName || "开课",
},
{
title: "是否开课学员",
dataIndex: "infoType",
key: "infoType",
ellipsis: true,
width: "10%",
align: "center",
customRender: ({ record: { infoType } }) => infoType ===1 ? '是':'否'
},
{
title: "学习时间",
dataIndex: "lastStudyTime",