privilege-46-items.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "code": 0,
  3. "msg": "处理成功",
  4. "count": 1,
  5. "data": [
  6. {
  7. "pid": 46,
  8. "privilegeId": 54,
  9. "privilegeName": "查看列表",
  10. "privilegeUrl": "skillManage",
  11. "privilegeIcon": "iconfont icon-manage",
  12. "privilegeDescription": "技能组列表"
  13. },
  14. {
  15. "pid": 46,
  16. "privilegeId": 55,
  17. "privilegeName": "添加",
  18. "privilegeUrl": "skillModify",
  19. "privilegeIcon": "iconfont icon-add",
  20. "privilegeDescription": "技能组增加"
  21. },
  22. {
  23. "pid": 46,
  24. "privilegeId": 56,
  25. "privilegeName": "删除",
  26. "privilegeUrl": "skillDelete",
  27. "privilegeIcon": "iconfont icon-remove",
  28. "privilegeDescription": "技能组删除"
  29. },
  30. {
  31. "pid": 46,
  32. "privilegeId": 57,
  33. "privilegeName": "导入",
  34. "privilegeUrl": "skillImport",
  35. "privilegeIcon": "iconfont icon-import-fill",
  36. "privilegeDescription": "技能组导入"
  37. },
  38. {
  39. "pid": 46,
  40. "privilegeId": 58,
  41. "privilegeName": "导出",
  42. "privilegeUrl": "skillExport",
  43. "privilegeIcon": "iconfont icon-export-fill",
  44. "privilegeDescription": "技能组导出"
  45. },
  46. {
  47. "pid": 46,
  48. "privilegeId": 125,
  49. "privilegeName": "编辑",
  50. "privilegeUrl": "skillModify",
  51. "privilegeIcon": "iconfont icon-edit",
  52. "privilegeDescription": "技能组修改"
  53. },
  54. {
  55. "pid": 46,
  56. "privilegeId": 169,
  57. "privilegeName": "批量删除",
  58. "privilegeUrl": "skillMultiDelete",
  59. "privilegeIcon": "iconfont icon-remove",
  60. "privilegeDescription": "技能组批量删除"
  61. }
  62. ]
  63. }