{
  "tableId":"sysRoleList",
  "tableName": "sysRoleList",
  "height":"auto",
  "url":"/mftcc-plt-server/sys/sysRole/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "roleNo",
      "label": "角色号",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "roleName",
      "label": "角色名称",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "",
      "label": "操作",
      "width": "280px",
      "data": [{
        "label": "修改",
        "type": "edit",
        "perm": ""
      },{
        "label": "删除",
        "type": "delete",
        "perm": ""
      },{
        "label": "权限",
        "type": "auth",
        "perm": ""
      },{
        "label": "PAD权限",
        "type": "padauth",
        "perm": "sysRole:list:padauth"
      }]
    }],
  "tableData": []
}
