mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
feat:合并
This commit is contained in:
@@ -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: "开始时间",
|
||||
|
||||
Reference in New Issue
Block a user