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