You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
834 B
29 lines
834 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Supplier' => '供应商',
|
|
'supplier' => '供应商',
|
|
],
|
|
'fields' => [
|
|
'account' => '账号',
|
|
'password' => '密码',
|
|
'name' => '供应商简称',
|
|
'avatar' => '头像',
|
|
'company_name' => '公司名称',
|
|
'logo' => 'LOGO',
|
|
'address' => '公司地址',
|
|
'business_license' => '营业执照',
|
|
'license' => '许可证',
|
|
'director' => '负责人',
|
|
'contact_phone' => '联系电话',
|
|
'contact_mobile' => '联系手机',
|
|
'rate' => '抽成比例',
|
|
'publish_type' => '可发布产品类型',
|
|
'credit_codes' => '统一社会信用代码',
|
|
'corporate_account' => '对公账号',
|
|
'deposit_bank' => '对公账号开户行',
|
|
'contract' => '入驻合同',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|