12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- return [
- 'create'=>[
- 'name'=>'岗位功能申请新建',
- "msg"=>"%s 创建岗位功能申请",
- "resplace"=>[],
- ],
- 'save'=>[
- 'name'=>'岗位功能申请编辑',
- "msg"=>"%s 修改岗位功能申请",
- "resplace"=>[],
- ],
- 'delete'=>[
- 'name'=>'岗位功能申请删除',
- "msg"=>"%s 删除岗位功能申请",
- "resplace"=>[],
- ],
- 'info'=>[
- 'name'=>'岗位功能申请详情',
- "msg"=>"%s 查看岗位功能申请详情",
- "resplace"=>[],
- ],
- 'list'=>[
- 'name'=>'岗位功能申请列表',
- "msg"=>"%s 查看岗位功能申请列表",
- "resplace"=>[],
- ],
- 'status'=>[
- 'name'=>'岗位功能申请审批',
- "msg"=>"%s 审核岗位功能申请",
- "resplace"=>[],
- ],
- 'infostatus'=>[
- 'name'=>'岗位功能申请明细审批',
- "msg"=>"%s 审核岗位功能申请明细",
- "resplace"=>[],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|