{
  "tableId":"aftChkTrkLogList",
  "tableName": "aftChkTrkLogList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkTrkLog/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "traceNo",
      "label": "跟踪日志流水号",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "taskId",
      "label": "跟踪任务编号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "opName",
      "label": "任务跟踪人名称",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "intvObj",
      "label": "访谈对象",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "cifRelation",
      "label": "与客户关系",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "intvLocal",
      "label": "访谈地点",
      "width": "100px",
      "isShow": true,
      "align":"center"
    }
  ],
  "tableData": []
}