name: all_invalid
label: 所有无效合同
filter_scope: space
filters: !<tag:yaml.org,2002:js/function> |-
  function () {

      return [
        ["instance_state","=","terminated"], "or",["instance_state","=","rejected"], "or",["instance_state","=","droped"]
      ];

  }
columns:
  - field: create_date
    width: 150
    wrap: true
  - field: name
    width: 280
    wrap: true
  - field: instance_state
    width: 120
    wrap: true
  - field: othercompany
    width: 200
  - field: amount
    width: 120
  - field: contract_type
    width: 120
  - field: bop
    width: 120
  - field: owner
    width: 120
filter_fields:
  - contract_type
  - signed_date
  - othercompany
  - instance_state
sort:
  - - create_date
    - desc
