company.php 1010 字节
<?php

return [
    'Id'                => 'ID',
    'Company_holder'    => '公司持有人',
    'Company_name'      => '公司名称',
    'Credit'            => '信用代码',
    'Company_address'   => '公司地址',
    'Address_con'       => '详细地址',
    'Invoice_address'   => '开票地址',
    'Bank_name'         => '银行名称',
    'Bank_num'          => '银行账号',
    'Company_tel'       => '注册电话',
    'Type_id'           => '类型',
    'Industry_id'       => '行业',
    'Status'            => '团队审核状态',
    'Status 0'          => '未通过',
    'Status 1'          => '通过',
    'Status 2'          => '审核中',
    'Business_avatar'   => '营业执照',
    'Createtime'        => '创建时间',
    'Updatetime'        => '更改时间',
    'Paragraph'         => '税号',
    'Register_tel'      => '公司电话',
    'User.username'     => '公司持有人',
    'Type.type'         => '类型',
    'Industry.industry' => '行业'
];