{
  "tableId":"aftRskThawRegList",
  "tableName": "aftRskThawRegList",
  "height":"auto",
  "url":"/aftsrv/rsk/aftRskThawReg/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "cusNo",
      "label": "客户号",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "cusName",
      "label": "客户名称",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "taskLvl",
      "label": "任务级别",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_RSK_TASK_LVL",
      "align":"center"
    },
    {
      "prop": "afDt",
      "label": "解除日期",
      "width": "100px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "regOpName",
      "label": "解除人",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "confSts",
      "label": "解除状态",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_RSK_CONFIRM_STS",
      "align":"center"
    },{
      "prop": "",
      "label": "操作",
      "width": "220px",
      "data": [{
        "label": "修改",
        "type": "edit",
        "auth":"confSts-9",
        "perm": "aftRskThawReg:list:edit"
      },{
        "label": "删除",
        "type": "delete",
        "auth":"confSts-9",
        "perm": "aftRskThawReg:list:delete"
      },{
        "label": "确认",
        "type": "doSubmit",
        "auth":"confSts-9",
        "perm": "aftRskThawReg:list:submit"
      }]
    }
  ],
  "tableData": []
}