diff --git a/api/service/export.go b/api/service/export.go index 1289302..232941c 100644 --- a/api/service/export.go +++ b/api/service/export.go @@ -269,7 +269,7 @@ func (r *ExportService) StatsCaseUser(statsCaseUsers []*model.CaseUser) (string, func (r *ExportService) ExportUserRecord(userBehaviorRecords []*model.UserBehaviorRecord) (string, error) { header := []utils.HeaderCellData{ {Value: "id标识", CellType: "string", NumberFmt: "", ColWidth: 25}, - {Value: "病历名称", CellType: "string", NumberFmt: "", ColWidth: 35}, + {Value: "病历名称", CellType: "string", NumberFmt: "", ColWidth: 50}, {Value: "姓名", CellType: "string", NumberFmt: "", ColWidth: 25}, {Value: "省份", CellType: "string", NumberFmt: "", ColWidth: 25}, {Value: "手机号", CellType: "string", NumberFmt: "", ColWidth: 18},