datachange.php 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. 'create'=>[
  4. 'name'=>'数据修正创建',
  5. "msg"=>"%s 数据修正创建单号【%s】",
  6. "resplace"=>['code'],
  7. ],
  8. 'list'=>[
  9. 'name'=>'数据修正列表',
  10. "msg"=>"%s查询数据修正列表",
  11. "resplace"=>[],
  12. ],
  13. 'info'=>[
  14. 'name'=>'数据修正详情',
  15. "msg"=>"%s获取数据修正详情【%s】",
  16. "resplace"=>["id"],
  17. ],
  18. 'status'=>[
  19. 'name'=>'数据修正审批',
  20. "msg"=>"%s 数据修正审批",
  21. "resplace"=>[],
  22. ],
  23. 'Auth'=>[
  24. 'name'=>'',
  25. "msg"=>"",
  26. "resplace"=>[],
  27. ],
  28. 'checkRole'=>[
  29. 'name'=>'',
  30. "msg"=>"",
  31. "resplace"=>[],
  32. ],
  33. ];