123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "code": 0,
- "msg": "处理成功",
- "count": 1,
- "data": [
- {
- "pid": 46,
- "privilegeId": 54,
- "privilegeName": "查看列表",
- "privilegeUrl": "skillManage",
- "privilegeIcon": "iconfont icon-manage",
- "privilegeDescription": "技能组列表"
- },
- {
- "pid": 46,
- "privilegeId": 55,
- "privilegeName": "添加",
- "privilegeUrl": "skillModify",
- "privilegeIcon": "iconfont icon-add",
- "privilegeDescription": "技能组增加"
- },
- {
- "pid": 46,
- "privilegeId": 56,
- "privilegeName": "删除",
- "privilegeUrl": "skillDelete",
- "privilegeIcon": "iconfont icon-remove",
- "privilegeDescription": "技能组删除"
- },
- {
- "pid": 46,
- "privilegeId": 57,
- "privilegeName": "导入",
- "privilegeUrl": "skillImport",
- "privilegeIcon": "iconfont icon-import-fill",
- "privilegeDescription": "技能组导入"
- },
- {
- "pid": 46,
- "privilegeId": 58,
- "privilegeName": "导出",
- "privilegeUrl": "skillExport",
- "privilegeIcon": "iconfont icon-export-fill",
- "privilegeDescription": "技能组导出"
- },
- {
- "pid": 46,
- "privilegeId": 125,
- "privilegeName": "编辑",
- "privilegeUrl": "skillModify",
- "privilegeIcon": "iconfont icon-edit",
- "privilegeDescription": "技能组修改"
- },
- {
- "pid": 46,
- "privilegeId": 169,
- "privilegeName": "批量删除",
- "privilegeUrl": "skillMultiDelete",
- "privilegeIcon": "iconfont icon-remove",
- "privilegeDescription": "技能组批量删除"
- }
- ]
- }
|