{
  "url": "/MANAGE-SERVICE/roles",
  "dataKey": "id",
  "includes": [
    "functions"
  ],
  "selectionMode": "multi",
  "pageSize": 10,
  "columns": [
    {
      "title": "名称",
      "field": "name"
    },
    {
      "title": "功能",
      "type": "manage-role-func"
    }
  ],
  "buttons": {
    "other": "manage-role",
    "newForm": {
      "params": {
        "url": "assets/manage/forms/role/form.json"
      }
    },
    "editForm": {
      "params": {
        "url": "assets/manage/forms/role/form.json"
      }
    }
  }
}
