新增了用户参与记录导出3

This commit is contained in:
wucongxing8150 2025-09-11 10:50:07 +08:00
parent a1eb176239
commit 8a1845ae52

View File

@ -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},