1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- return [
- 'list'=>[
- 'name'=>'业务公司列表',
- "msg"=>"%s 业务公司列表",
- "resplace"=>[],
- ],
- 'create'=>[
- 'name'=>'创建业务公司',
- "msg"=>"%s 创建业务公司【%s】",
- "resplace"=>['company'],
- ],
- 'save'=>[
- 'name'=>'编辑业务公司',
- "msg"=>"%s 修改业务公司ID【%s】",
- "resplace"=>['id'],
- ],
- 'delete'=>[
- 'name'=>'删除业务公司',
- "msg"=>"%s 修改业务公司ID【%s】",
- "resplace"=>['id'],
- ],
- 'status'=>[
- 'name'=>'修改业务公司状态',
- "msg"=>"%s修改业务公司状态ID【%s】",
- "resplace"=>['id'],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- 'GetBusinessInfoByParam'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|