diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index f89d389e..76754f7e 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -1382,8 +1382,8 @@ export default { // // }, { title: "当前关卡", - dataIndex: "cur", - key: "cur", + dataIndex: "currentStageName", + key: "currentStageName", width: 110, align: "center", className: "h", @@ -1395,6 +1395,11 @@ export default { width: 110, align: "center", className: "h", + customRender: ({ record }) => ( +
+ {record.finishTaskNum}/{record.totalTaskNum} +
+ ), }, // { // title: "开始时间",