新增了用户参与记录导出3
This commit is contained in:
parent
a1eb176239
commit
8a1845ae52
@ -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},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user