{
  "tableId":"aftChkLogList",
  "tableName": "aftChkLogList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkLog/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "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": "wkfDealTyp",
      "label": "审批处置方式",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_RDM",
      "align":"center"
    },
    {
      "prop": "opName",
      "label": "任务检查人",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "begDt",
      "label": "检查起始日期",
      "width": "100px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "afDt",
      "label": "任务完成日期",
      "width": "100px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },

    {
      "prop": "wkfSts",
      "label": "审批状态",
      "width": "80px",
      "isShow": true,
      "fieldType":"select",
      "dicKey":"AFT_CHK_WKF_STS",
      "align":"center"
    }
  ],
  "tableData": []
}