调整Excel导出时使用的方法
This commit is contained in:
@@ -179,7 +179,7 @@ columns := []factory.ExportColumn{
|
||||
Header: "创建时间",
|
||||
Field: "CreatedAt",
|
||||
Width: 20,
|
||||
Format: excel.FormatDateTimeDefault,
|
||||
Format: excel.AdaptTimeFormatter(tools.FormatDateTime),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user