{
  "tableId": "sysDeptList",
  "tableName": "sysDeptList",
  "height": "auto",
  "url": "/mftcc-plt-server/sys/sysDept/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn": false,
  "maxHeight":350,
  "columns": [
    {
      "prop": "brNo",
      "label": "机构号",
      "width": "100px",
      "height":"20px",
      "isShow": true,
      "href":{
        "path":"/sys/dept/sysDeptDetails",
        "query":["brId"]
      }
    },
    {
      "prop": "brName",
      "label": "机构简称",
      "width": "100px",
      "height":"20px",
      "isShow": true
    },
    {
      "prop": "brSts",
      "label": "机构状态",
      "height":"20px",
      "width": "50px",
      "isShow": true,
      "dicKey":"STATUS"
    },
    {
      "prop": "",
      "label": "操作",
      "width": "220px",
      "height":"20px",
      "data": [
        {
          "label": "修改",
          "type": "edit"
        },
        {
          "label": "删除",
          "type": "delete"
        }
      ]
    }
  ],
  "tableData": []
}
