{
  "tableId":"aftChkLogList",
  "tableName": "aftChkLogList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkLog/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "traceNo",
      "label": "检查流水号",
      "width": "100px",
      "isShow": true,
      "href":{
        "path":"/aft/chk/aftChkLogDetails",
        "query":["traceNo"]
      },
      "align":"center"
    },
    {
      "prop": "taskId",
      "label": "检查任务编号",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "chkRmk",
      "label": "贷后检查内容",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "taskRmk",
      "label": "检查任务描述",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "chkRskLvl",
      "label": "风险级别",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_RSK_LVL",
      "align":"center"
    },
    {
      "prop": "rskDealTyp",
      "label": "建议处置方式",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_RDM",
      "align":"center"
    },
    {
      "prop": "wkfRskLvl",
      "label": "审批风险级别",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_RSK_LVL",
      "align":"center"
    },
    {
      "prop": "wkfSts",
      "label": "审批状态",
      "width": "80px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_WKF_STS",
      "align":"center"
    },
    {
      "prop": "regOpName",
      "label": "登记人名称",
      "width": "100px",
      "isShow": false,
      "align":"center"
    }
  ],
  "tableData": []
}