filterDropdownItems: [
{'value': 'active', 'text': 'Active'},
{'value': 'inactive', 'text': 'Inactive'}
]
当我选择活动时,它也会显示非活动值。这是工作示例:
https://jsfiddle.net/b90fa2er/2/
任何建议如何解决这个问题?
filterDropdownItems: [
{'value': 'active', 'text': 'Active'},
{'value': 'inactive', 'text': 'Inactive'}
]
当我选择活动时,它也会显示非活动值。这是工作示例:
https://jsfiddle.net/b90fa2er/2/
任何建议如何解决这个问题?