{
  "tableId":"aftCollTaskForSysList",
"tableName": "aftCollTaskForSysList",
  "height":"auto",
  "url":"/aftsrv/coll/aftCollTask/findByPageForSys",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "cusName",
      "label": "客户名称",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "collWay",
      "label": "催收方式",
      "width": "100px",
      "isShow": true,
      "fieldType": "select",
      "dicKey": "AFT_COLL_WAY",
      "align":"center"
    },
    {
      "prop": "collPurp",
      "label": "催收目的",
      "width": "100px",
      "isShow": true,
      "fieldType": "select",
      "dicKey": "AFT_COLL_PURP",
      "align":"center"
    },
    {
      "prop": "collAmt",
      "label": "催收金额(元)",
      "width": "100px",
      "isShow": true,
      "fieldType": "text",
      "dataType": "money(yuan)",
      "align":"right"
    },
    {
      "prop": "crtDt",
      "label": "生成日期",
      "width": "100px",
      "isShow": true,
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "afDt",
      "label": "完成日期",
      "width": "100px",
      "isShow": true,
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "taskSts",
      "label": "任务状态",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_COLL_TASK_STS",
      "align":"center"
    },
    {
      "prop": "",
      "label": "操作",
      "width": "180px",
      "data": [{
        "label": "催收",
        "type": "collect",
        "auth":"taskSts-9",
        "perm": "aftCollTask:list:collect"
      },
      {
        "label": "完成",
        "type": "finish",
        "auth":"taskSts-9",
        "perm": "aftCollTask:list:finish"
      }]
    }
  ],
  "tableData": []
}