{
  "tableId":"aftChkTrkLogList",
  "tableName": "aftChkTrkLogList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkTrkLog/findByPageForAftChk",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "intvObj",
      "label": "访谈对象",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "cifRelation",
      "label": "与客户关系",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "intvMode",
      "label": "访谈方式",
      "width": "100px",
      "isShow": true,
      "fieldType": "select",
      "dataType": "String",
      "dicKey": "AFT_CHK_INTV_MODE",
      "align":"center"
    },
    {
      "prop": "intvDt",
      "label": "访问日期",
      "width": "100px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "tel",
      "label": "联系电话",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    
    {
      "prop": "intvCon",
      "label": "访谈结论",
      "width": "100px",
      "isShow": true,
      "align":"center"
    }
  ],
  "tableData": []
}