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

      return [
        ["instance_state","<>","terminated"], "and",["instance_state","<>","pending"], "and",["instance_state","<>","rejected"], "and",["instance_state","<>","droped"]
      ];

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