feat:学习路径图考试管理关卡字段传递

This commit is contained in:
wyx
2023-01-04 16:33:34 +08:00
parent 3dbf35d2c1
commit 6c7cff2113
2 changed files with 17 additions and 5 deletions

View File

@@ -142,6 +142,10 @@
type: String,
default: "",
},
levelName: {
type: String,
default: "",
},
projectTaskId: {
type: Number,
default: null,
@@ -223,6 +227,13 @@
width: 60,
align: "center",
className: "h",
customRender: () => {
return (
<div class="racona">
<span> {props.levelName}</span>
</div>
);
},
},
{
title: "考试次数",