mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
fix:公共任务模块完成时间字段修改
This commit is contained in:
@@ -245,8 +245,8 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "完成时间",
|
title: "完成时间",
|
||||||
dataIndex: "endStudyTime",
|
dataIndex: "lastStudyTime",
|
||||||
key: "endStudyTime",
|
key: "lastStudyTime",
|
||||||
width: 100,
|
width: 100,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
|
|||||||
@@ -245,8 +245,8 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "完成时间",
|
title: "完成时间",
|
||||||
dataIndex: "endStudyTime",
|
dataIndex: "lastStudyTime",
|
||||||
key: "endStudyTime",
|
key: "lastStudyTime",
|
||||||
width: 100,
|
width: 100,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
|
|||||||
Reference in New Issue
Block a user