{
  "tableId": "sysDeptList",
  "tableName": "sysDeptList",
  "height": "auto",
  "url": "/mftcc-plt-server/sys/sysDept/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn": false,
  "columns": [
    {
      "prop": "brNo",
      "label": "机构号",
      "width": "100px",
      "height":"20px",
      "isShow": true,
      "href":{
        "path":"/sys/dept/sysDeptDetails",
        "query":["brId"]
      },
      "align":"center"
    },
    {
      "prop": "brName",
      "label": "机构名称",
      "width": "100px",
      "height":"20px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "brAddr",
      "label": "机构地址",
      "height":"20px",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "brTel",
      "label": "联系电话",
      "height":"20px",
      "width": "100px",
      "isShow": true,
      "align":"center"
    }
  ],
  "tableData": []
}
