{
  "tableId":"aftChkRuleDefList",
  "tableName": "aftChkRuleDefList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkRuleDef/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "columns": [
    {
      "prop": "taskRuleId",
      "label": "任务规则编号",
      "width": "100px",
      "isShow": false,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "taskName",
      "label": "任务规则名称",
      "width": "100px",
      "isShow": true,
      "align":"center",
      "href":{
        "callbackType":"query"
      }
    },
    {
      "prop": "chkTyp",
      "label": "检查类型",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey": "AFT_CHK_TYP",
      "align":"center"
    },
    {
      "prop": "modelId",
      "label": "模板编号",
      "width": "100px",
      "isShow": false,
      "align":"center"
    },
    {
      "prop": "prdName",
      "label": "产品名称",
      "width": "100px",
      "isShow": true,
      "align":"center"
    },
    {
      "prop": "useSts",
      "label": "启用状态",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey": "AFT_CHK_USE_STS",
      "align":"center"
    },
    {
      "prop": "betDt",
      "label": "启用日期",
      "width": "80px",
      "isShow": true,
      "align":"center",
      "formatter":"dateFormat"
    },
    {
      "prop": "stpDt",
      "label": "停用日期",
      "width": "80px",
      "isShow": true,
      "align":"center",
      "formatter":"dateFormat"
    }
  ],
  "tableData": []
}