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

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

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