mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
提交
This commit is contained in:
@@ -561,13 +561,13 @@ export default {
|
||||
dataIndex: "qualsLevelDesr",
|
||||
key: "qualsLevelDesr",
|
||||
align: "center",
|
||||
width:120,
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "完成人数/总人数",
|
||||
align: "center",
|
||||
width:140,
|
||||
width: 140,
|
||||
ellipsis: true,
|
||||
customRender: ({ record }) => {
|
||||
return `${record.comLearnNum}/${record.learnNum}`;
|
||||
@@ -576,7 +576,7 @@ export default {
|
||||
{
|
||||
title: "必修|选修",
|
||||
align: "center",
|
||||
width:110,
|
||||
width: 110,
|
||||
ellipsis: true,
|
||||
customRender: ({ record }) => {
|
||||
return `${record.requiredTaskNum}|${record.elePublishedNum}`;
|
||||
@@ -586,7 +586,7 @@ export default {
|
||||
title: "完成比例",
|
||||
dataIndex: "ratio",
|
||||
key: "ratio",
|
||||
width:90,
|
||||
width: 90,
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
customRender: ({ record }) => {
|
||||
@@ -598,7 +598,7 @@ export default {
|
||||
dataIndex: "isPublished",
|
||||
key: "isPublished",
|
||||
align: "center",
|
||||
width:80,
|
||||
width: 80,
|
||||
ellipsis: true,
|
||||
customRender: ({ record }) => {
|
||||
return record.isPublished ? "已发布" : "未发布";
|
||||
|
||||
Reference in New Issue
Block a user