Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous committed Mar 15, 2024
1 parent c1133ff commit 6bd891f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/zh-CN/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {

'flow.label.book': '所属账本',
'flow.label.title': '标题',
'flow.label.type': '交易类型',
'flow.label.type': '账单类型',
'flow.label.amount': '金额',
'flow.label.createTime': '时间',
'flow.label.account': '账户',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BalanceFlow/DataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default () => {
return record.typeName;
},
sorter: true,
order: 18,
order: 20,
align: 'center',
valueType: 'select',
fieldProps: {
Expand Down

0 comments on commit 6bd891f

Please sign in to comment.