{
  "tableId": "sysUserList",
  "tableName": "sysUserList",
  "height": "auto",
  "url": "/mftcc-plt-server/sys/sysUser/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn": false,
  "columns": [
    {
      "prop": "opName",
      "label": "姓名",
      "width": "100px",
      "isShow": true,
      "href":{
        "path":"/sys/user/sysUserDetails",
        "query":["userId"]
      }
    },
    {
      "prop": "opNo",
      "label": "用户名",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "employeeNo",
      "label": "员工号",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "brNo",
      "label": "机构名称",
      "width": "100px",
      "isShow": true,
      "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"
      }
    },
    {
      "prop": "tel",
      "label": "办公电话",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "privateTel",
      "label": "私人电话",
      "width": "100px",
      "isShow": true
    },
    {
      "prop": "userSts",
      "label": "用户状态",
      "width": "100px",
      "isShow": true,
      "dicKey":"PLT_USER_STS"
    },
    {
      "prop": "",
      "label": "操作",
      "width": "340px",
      "data": [
        {
          "label": "修改",
          "type": "edit",
          "perm": ""
        },
        {
          "label": "删除",
          "type": "delete",
          "perm": ""
        },
        {
          "label": "生效",
          "type": "start",
          "perm": ""
        },
        {
          "label": "注销",
          "type": "logout",
          "perm": ""
        }
      ]
    }
  ],
  "tableData": []
}