From 8a1845ae524ac59c2338086057e6f9f5c43690c8 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 11 Sep 2025 10:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=8F=82=E4=B8=8E=E8=AE=B0=E5=BD=95=E5=AF=BC=E5=87=BA3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},