table的筛选

{
        dataIndex: 'ruleMatchState',
        title: '规则匹配结果',
        filters: RULE_STATUS.map(o=> {
          return { text: o.label, value: o.value };
        }),
        onFilter: (value, record) => record.actionState === value
}

  

posted @ 2020-08-23 14:54  lipu1993  阅读(143)  评论(0编辑  收藏  举报