fix:公共任务模块完成时间字段修改

This commit is contained in:
wyx
2023-01-05 11:49:19 +08:00
parent 178cb9870a
commit 6d93bf871d
2 changed files with 4 additions and 4 deletions

View File

@@ -245,8 +245,8 @@ export default {
},
{
title: "完成时间",
dataIndex: "endStudyTime",
key: "endStudyTime",
dataIndex: "lastStudyTime",
key: "lastStudyTime",
width: 100,
align: "center",
className: "h",

View File

@@ -245,8 +245,8 @@ export default {
},
{
title: "完成时间",
dataIndex: "endStudyTime",
key: "endStudyTime",
dataIndex: "lastStudyTime",
key: "lastStudyTime",
width: 100,
align: "center",
className: "h",