{
  "tableId":"aftChkRuleDefList",
  "tableName": "aftChkRuleDefList",
  "height":"auto",
  "url":"/aftsrv/chk/aftChkRuleDef/findByPage",
  "isPagination": true,
  "isLoading": true,
  "isDColumn":false,
  "maxHeight":600,
  "columns": [
    {
      "prop": "taskName",
      "label": "规则名称",
      "width": "100px",
      "isShow": true,
      "href":{
        "callbackType":"query"
      },
      "align":"center"
    },
    {
      "prop": "chkLvl",
      "label": "检查级别",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey": "AFT_CHK_LVL",
      "align":"center"
    },
    {
      "prop": "chkTyp",
      "label": "检查类型",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey": "AFT_CHK_TYP",
      "align":"center"
    },
    {
      "prop": "taskGenScen",
      "label": "任务触发条件",
      "width": "100px",
      "isShow": true,
      "fieldType":"select",
      "dicKey": "AFT_CHK_GEN_SCENE",
      "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,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "stpDt",
      "label": "停用日期",
      "width": "80px",
      "isShow": true,
      "fieldType":"text",
      "formatter":"dateFormat",
      "align":"center"
    },
    {
      "prop": "",
      "label": "操作",
      "width": "300px",
      "data": [{
        "label": "修改",
        "type": "edit",
        "auth":"useSts-1",
        "perm": "aftChkRuleDef:list:edit"
      },{
        "label": "启用",
        "type": "use",
        "auth":"useSts-1",
        "perm": "aftChkRuleDef:list:use"
      },{
        "label": "停用",
        "type": "cancel",
        "auth":"useSts-0;useSts-9",
        "perm": "aftChkRuleDef:list:cancel"
      },{
        "label": "删除",
        "type": "delete",
        "auth":"useSts-1;useSts-9",
        "perm": "aftChkRuleDef:list:delete"
      }]
    }
  ],
  "tableData": []
}