account list page supports dragging to change display order

This commit is contained in:
MaysWind
2023-07-19 02:28:50 +08:00
parent 107c9fce94
commit 2cbd8684cf
10 changed files with 231 additions and 91 deletions
+2 -1
View File
@@ -769,6 +769,8 @@ export default {
'No data': 'No data',
'Zoom in': 'Zoom in',
'Zoom out': 'Zoom out',
'Drag and Drop to Change Order': 'Drag and Drop to Change Order',
'Save Display Order': 'Save Display Order',
'Change Language': 'Change Language',
'Date is too early': 'Date is too early',
'Welcome to ezBookkeeping': 'Welcome to ezBookkeeping',
@@ -857,7 +859,6 @@ export default {
'Receivables': 'Receivables',
'Investment Account': 'Investment Account',
'Balance': 'Balance',
'View Transactions': 'View Transactions',
'Unable to get account list': 'Unable to get account list',
'Account list is up to date': 'Account list is up to date',
'Account list has been updated': 'Account list has been updated',
+2 -1
View File
@@ -769,6 +769,8 @@ export default {
'No data': '没有数据',
'Zoom in': '放大',
'Zoom out': '缩小',
'Drag and Drop to Change Order': '拖拽改变顺序',
'Save Display Order': '保存显示顺序',
'Change Language': '修改语言',
'Date is too early': '日期过早',
'Welcome to ezBookkeeping': '欢迎使用 ezBookkeeping',
@@ -857,7 +859,6 @@ export default {
'Receivables': '应收款项',
'Investment Account': '投资账户',
'Balance': '余额',
'View Transactions': '查看交易',
'Unable to get account list': '无法获取账户列表',
'Account list is up to date': '账户列表已是最新',
'Account list has been updated': '账户列表已更新',