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