{
  "tableId":"aftCollTaskList",
  "tableName": "aftCollTaskList",
  "height":"auto",
  "url":"/aftsrv/coll/aftCollTask/findByPage",
  "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": false,
      "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": "edit",
        "auth":"taskSts-1;taskSts-9",
        "perm": "aftCollTask:list:edit"
      },
      {
        "label": "指派",
        "type": "assign",
        "auth":"taskSts-1;taskSts-9",
        "perm": "aftCollTask:list:assign"
      },
      {
        "label": "删除",
        "type": "delete",
        "auth":"taskSts-1;taskSts-9",
        "perm": "aftCollTask:list:delete"
      }]
    }
  ],
  "tableData": []
}