name: pending
label: 待收款
columns:
  - field: due_date
    width: 150
  - field: name
    width: 220
  - field: contract
    width: 280
  - field: account
    width: 280
  - field: amount
    width: 120
  - field: finished
    width: 100
filters:
  - - finished
    - '='
    - false
filter_fields:
  - contract
  - account
  - due_date
filter_scope: space
sort:
  - - due_date
    - desc
