{
  "tableId":"aftCollBillLstList",
  "tableName": "aftCollBillLstList",
  "height":"auto",
  "url":"/aftsrv/coll/aftCollBillLst/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "maxHeight":600,
  "columns": [
    {
      "prop": "billNo",
      "label": "借据号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "ctrNo",
      "label": "合同号",
      "width": "100px",
      "isShow": false,
      "align":"center"
    },
    {
      "prop": "prcpBal",
      "label": "借据余额(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align": "right"
    },
    {
      "prop": "lstIntDt",
      "label": "上次结息日",
      "width": "100px",
      "isShow": true,
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "prcpOverDays",
      "label": "本金逾期天数",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "intOverDays",
      "label": "利息拖欠天数",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "delayPrcpAmt",
      "label": "欠本金额(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align": "right"
    },
    {
      "prop": "inInt",
      "label": "表内罚息(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align": "right"
    },
    {
      "prop": "outInt",
      "label": "表外罚息(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align": "right"
    },
    {
      "prop": "delayCmpdInt",
      "label": "欠复利金额(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align": "right"
    }
  ],
  "tableData": []
}