{
  "tableId":"aftChkTrkLogList",
  "tableName": "aftChkTrkLogList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkTrkLog/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":true,
  "columns": [
    {
      "prop": "traceNo",
      "label": "跟踪日志流水号",
      "width": "100px",
      "isShow": true,
      "href":{
        "path":"/aft/chk/aftChkTrkLogDetails",
        "query":["traceNo"]
      },
      "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"
    },
    {
      "prop": "",
      "label": "操作",
      "width": "180px",
      "data": [{
        "label": "修改",
        "type": "edit",
        "perm": "aftChkTrkLog:list:edit"
      },{
        "label": "删除",
        "type": "delete",
        "perm": "aftChkTrkLog:list:delete"
      }]
    }
  ],
  "tableData": []
}