mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
-- bug
This commit is contained in:
@@ -1382,8 +1382,8 @@ export default {
|
|||||||
// // },
|
// // },
|
||||||
{
|
{
|
||||||
title: "当前关卡",
|
title: "当前关卡",
|
||||||
dataIndex: "cur",
|
dataIndex: "currentStageName",
|
||||||
key: "cur",
|
key: "currentStageName",
|
||||||
width: 110,
|
width: 110,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
@@ -1395,6 +1395,11 @@ export default {
|
|||||||
width: 110,
|
width: 110,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
|
customRender: ({ record }) => (
|
||||||
|
<div>
|
||||||
|
{record.finishTaskNum}/{record.totalTaskNum}
|
||||||
|
</div>
|
||||||
|
),
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// title: "开始时间",
|
// title: "开始时间",
|
||||||
|
|||||||
Reference in New Issue
Block a user