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.

21 lines
671 B

1 year ago
<?php
return [
'Company_name' => '企业名称',
'Sh_xy_dm' => '社会行用代码',
'Legal_name' => '法人姓名',
'Company_address' => '公司地址',
'Detail_address' => '详细地址',
'Contact_name' => '联系人姓名',
'Contact_phone' => '联系人号码',
'Contact_email' => '联系邮箱',
'License' => '营业执照',
'Account' => '登陆账号',
'Audit_status' => '状态',
'Audit_status 0' => '待审核',
'Audit_status 1' => '已通过',
'Audit_status 2' => '已拒绝',
'Pwd' => '登陆密码',
'Create_time' => '创建时间'
];