{
  "tableId":"aftRskTaskBillTableForAssign",
  "tableName": "aftRskTaskBillTableForAssign",
  "height":"auto",
  "url":"/aftsrv/rsk/aftRskTaskBill/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "billNo",
      "label": "借据号",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "prcpAmt",
      "label": "借据金额",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align":"right"
    },
    {
      "prop": "prcpBal",
      "label": "借据余额",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align":"right"
    },
    {
      "prop": "prcpOverDays",
      "label": "本金逾期天数",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "intOverDays",
      "label": "利息逾期天数",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "dlRskLvl",
      "label": "系统初分级别",
      "width": "100px",
      "isShow": true,
      "fieldType": "select",
      "dataType": "library",
      "library": {
        "url": "/aftsrv/rsk/aftRskLvlDef/findModelList/1",
        "realField": "rskLvl",
        "showField": "rskLvlName"
      },
      "align":"center"
    }
  ],
  "tableData": []
}