{
  "tableId":"aftCollRobotRegList",
  "tableName": "aftCollRobotRegList",
  "height":"auto",
  "url":"/aftsrv/coll/aftCollRobotReg/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
  {
    "prop": "cusName",
    "label": "客户姓名",
    "width": "100px",
    "align":"center",
    "isShow": true,
    "href":{
      "path":"/aft/coll/aftCollRobotRegDetails",
      "query":["callId"]
    }
  },
  {
    "prop": "cusTel",
    "label": "手机号码",
    "width": "100px",
    "show-overflow-tooltip":true,
    "align":"center",
    "isShow": true
  },
  {
    "prop": "callSts",
    "label": "呼叫状态",
    "width": "100px",
    "align":"center",
    "isShow": true
  },
  {
    "prop": "aiLvl",
    "label": "AI评级",
    "width": "100px",
    "align":"center",
    "isShow": true
  },
  {
    "prop": "manLvl",
    "label": "人工评级",
    "width": "100px",
    "align":"center",
    "isShow": true
  },
  {
    "prop": "callTime",
    "label": "呼叫时间",
    "width": "100px",
    "align":"center",
    "isShow": true
  },
  {
    "prop": "talkTime",
    "label": "通话时长(分钟)",
    "width": "100px",
    "align":"center",
    "isShow": true
  }
  ],
  "tableData": []
}