{
  "tableId": "sysUserList",
  "tableName": "sysUserList",
  "height": "auto",
  "url": "/mftcc-plt-server/sys/sysUser/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn": false,
  "maxHeight":350,
  "columns": [
    
    {
      "prop": "opName",
      "label": "姓名",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "opNo",
      "label": "用户名",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "employeeNo",
      "label": "员工号",
      "width": "100px",
      "isShow": false,
      "align":"center"
    },
    {
      "prop": "brNo",
      "label": "机构名称",
      "width": "100px",
      "isShow": true,
      "align":"center",
      "fieldType": "select",
      "dataType": "library",
      "library": {
        "url":"/mftcc-plt-server/sys/sysDept/getListByCorpId",
        "realField":"brNo",
        "showField":"brName"
      }
    },
    {
      "prop": "roleNo",
      "label": "角色名称",
      "width": "100px",
      "isShow": true,
      "fieldType": "multipleSelection",
      "dataType": "library",
      "library": {
        "url": "/mftcc-plt-server/sys/sysRole/findListByCorpId",
        "realField": "roleNo",
        "showField": "roleName"
      },
      "align":"center"
    }
  ],
  "tableData": []
}