From bde6a3b344a838725efdc46f26d3ff9bad8e48c9 Mon Sep 17 00:00:00 2001 From: liapples Date: Sat, 6 Nov 2021 23:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0company=5Fname=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh_CN/order.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_CN/order.php b/resources/lang/zh_CN/order.php index 9cd465c..4a32c25 100644 --- a/resources/lang/zh_CN/order.php +++ b/resources/lang/zh_CN/order.php @@ -7,7 +7,6 @@ return [ ], 'fields' => [ 'agent_id' => '代理商ID', - 'agent' => ['name' => '代理商名称'], 'agent_product_id' => '代理商产品', 'coupon_id' => '优惠券', 'mobile' => '手机号', @@ -29,6 +28,8 @@ return [ 'timeout' => '超时时间', 'info' => '客户信息', 'created_at' => '下单时间', + 'agent' => ['company_name' => '代理商名称'], + 'supplier' => ['company_name' => '供应商名称'], ], 'options' => [ ],