export const statusOptions = [ { value: '0', label: '待审批' }, { value: '1', label: '未封帐' }, { value: '2', label: '已封帐' }, ]