Browse Source

增加company_name翻译

master
李可松 4 years ago
parent
commit
bde6a3b344
  1. 3
      resources/lang/zh_CN/order.php

3
resources/lang/zh_CN/order.php

@ -7,7 +7,6 @@ return [
], ],
'fields' => [ 'fields' => [
'agent_id' => '代理商ID', 'agent_id' => '代理商ID',
'agent' => ['name' => '代理商名称'],
'agent_product_id' => '代理商产品', 'agent_product_id' => '代理商产品',
'coupon_id' => '优惠券', 'coupon_id' => '优惠券',
'mobile' => '手机号', 'mobile' => '手机号',
@ -29,6 +28,8 @@ return [
'timeout' => '超时时间', 'timeout' => '超时时间',
'info' => '客户信息', 'info' => '客户信息',
'created_at' => '下单时间', 'created_at' => '下单时间',
'agent' => ['company_name' => '代理商名称'],
'supplier' => ['company_name' => '供应商名称'],
], ],
'options' => [ 'options' => [
], ],

Loading…
Cancel
Save