This commit is contained in:
yuping
2022-12-20 17:16:16 +08:00
parent a05136de4f
commit 67b819c813

View File

@@ -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 }) => (
<div>
{record.finishTaskNum}/{record.totalTaskNum}
</div>
),
},
// {
// title: "开始时间",