<?php

return [
    'Shop_id'       => '机构shopid',
    'User_id'       => '授权前台用户',
    'Status'        => '授权状态',
    'Status 0'      => '待确认',
    'Set status to 0'=> '设为待确认',
    'Status 1'      => '通过',
    'Set status to 1'=> '设为通过',
    'Status 2'      => '拒绝',
    'Set status to 2'=> '设为拒绝',
    'Auth_time'     => '授权确认时间',
    'Createtime'    => '发起时间',
    'Update_time'   => '修改时间',
    'Shop.name'     => '机构名称',
    'User.nickname' => '授权前台用户昵称',
    'User.avatar'   => '授权前台用户头像',
        'Add'          => '添加用户授权申请',
    'Delete'=>'取消授权',
    'Del'=>'取消授权',
    'User.mobile'=>'授权前台用户手机号',
];