{
  "tableId":"aftRskTaskBillList",
  "tableName": "aftRskTaskBillList",
  "height":"auto",
  "url":"/aftsrv/rsk/aftRskTaskBill/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":true,
  "columns": [
    {
      "prop": "billSeq",
      "label": "编号",
      "width": "100px",
      "isShow": true,
      "href":{
        "path":"/aft/rsk/aftRskTaskBillDetails",
        "query":["billSeq"]
      },
      "align":"center"
    },
    {
      "prop": "traceNo",
      "label": "任务流水号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "billNo",
      "label": "借据号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "ctrNo",
      "label": "合同号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "cusName",
      "label": "客户名",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "oprRskLvl",
      "label": "人工认定级别",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_FIVE_LVL",
      "align":"center"
    },
    {
      "prop": "prcpBal",
      "label": "借据余额",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "prdName",
      "label": "产品名称",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
   
    {
      "prop": "",
      "label": "操作",
      "width": "180px",
      "data": [{
        "label": "修改",
        "type": "edit",
        "perm": "aftRskTaskBill:list:edit"
      },{
        "label": "删除",
        "type": "delete",
        "perm": "aftRskTaskBill:list:delete"
      }]
    }
  ],
  "tableData": []
}