From 23afe85436f58163163acaddc8bb46f8291e26d2 Mon Sep 17 00:00:00 2001 From: chenlin Date: Fri, 22 Dec 2023 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/models/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/models/order.go b/app/admin/models/order.go index cf187a8..cb57ae7 100644 --- a/app/admin/models/order.go +++ b/app/admin/models/order.go @@ -659,7 +659,7 @@ func OrderListExport(list []Order) (string, error) { case 2: cardState = "游玩中" case 3: - cardState = "规划中" + cardState = "归还中" case 4: cardState = "已完成" case 5: