Commit 969b29883abdb411a6296226cb336e7dcfd7e99f
1 parent
4a44b62e
feat: update 发票核销
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/Invoice/constant.tsx
... | ... | @@ -203,8 +203,8 @@ export const BANK_STATEMENT_COLUMNS = [ |
203 | 203 | transform: (value) => { |
204 | 204 | if (value) { |
205 | 205 | return { |
206 | - endTransactionDate: value[0], | |
207 | - startTransactionDate: value[1], | |
206 | + beginTransactionDate: value[0], | |
207 | + endTransactionDate: value[1], | |
208 | 208 | }; |
209 | 209 | } |
210 | 210 | }, | ... | ... |