name: recent
label: 最近查看
filter_scope: space
filters: !<tag:yaml.org,2002:js/function> |-
  function () {

      return [
        ["instance_state","<>","terminated"]
      ];

  }
filter_fields:
  - contract_type
  - signed_date
  - othercompany
  - instance_state
sort:
  - - create_date
    - desc
