From 0693198f07581714194de742b6ef30df44daf6c1 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Sun, 5 Nov 2023 20:50:45 +0800 Subject: [PATCH] Update --- resources/lang/zh_CN/offline-order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh_CN/offline-order.php b/resources/lang/zh_CN/offline-order.php index 19fa6697..f0f84aa6 100644 --- a/resources/lang/zh_CN/offline-order.php +++ b/resources/lang/zh_CN/offline-order.php @@ -9,7 +9,7 @@ return [ 'sn' => '订单号', 'user_id' => '用户', 'store_id' => '门店', - 'staff_id' => '店员', + 'staff_id' => '员工', 'products_total_amount' => '订单总额', 'discount_reduction_amount' => '折扣优惠', 'points_deduction_amount' => '积分抵扣',