{
  "tableId":"aftCollRegList",
  "tableName": "aftCollRegList",
  "height":"auto",
  "url":"/aftsrv/coll/aftCollReg/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "contactName",
      "label": "联系人",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "contactRel",
      "label": "与借款人关系",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CONTAC_REL",
      "align":"center"
    },
    {
      "prop": "contactRmk",
      "label": "联系方式",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },    
    {
      "prop": "collDt",
      "label": "联系日期",
      "width": "100px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "contactSts",
      "label": "是否联系上客户",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"PLT_YES_NO",
      "align":"center"
    },
    {
      "prop": "collRmk",
      "label": "催收情况",
      "width": "100px",
      "isShow": true,
      "align":"center"
    }
  ],
  "tableData": []
}