transaction list page supports filtering and searching, transaction add page supports setting default value by query parameters

This commit is contained in:
MaysWind
2021-01-02 23:30:18 +08:00
parent 67808bd4af
commit efaf411902
11 changed files with 616 additions and 31 deletions
+19
View File
@@ -14,6 +14,7 @@ export default {
},
'datetime': {
'long': 'MM/DD/YYYY HH:mm:ss',
'long-without-second': 'MM/DD/YYYY HH:mm',
},
'time': {
'hourMinute': 'HH:mm'
@@ -426,6 +427,22 @@ export default {
'Delete': 'Delete',
'Search': 'Search',
'Sort': 'Sort',
'Date': 'Date',
'Type': 'Type',
'All': 'All',
'Today': 'Today',
'Yesterday': 'Yesterday',
'Recent 7 days': 'Recent 7 days',
'Recent 30 days': 'Recent 30 days',
'This week': 'This week',
'Last week': 'Last week',
'This month': 'This month',
'Last month': 'Last month',
'This year': 'This year',
'Last year': 'Last year',
'Begin Time': 'Begin Time',
'End Time': 'End Time',
'Custom': 'Custom',
'User': 'User',
'Application': 'Application',
'Details': 'Details',
@@ -435,6 +452,7 @@ export default {
'Back': 'Back',
'Load More': 'Load More',
'Change Language': 'Change Language',
'Date is too early': 'Date is too early',
'Unlock': 'Unlock',
'Re-login': 'Re-login',
'Username': 'Username',
@@ -549,6 +567,7 @@ export default {
'You have added a new transaction': 'You have added a new transaction',
'You have saved this transaction': 'You have saved this transaction',
'Unable to get transaction list': 'Unable to get transaction list',
'Custom Date Range': 'Custom Date Range',
'Transaction Detail': 'Transaction Detail',
'No transaction data': 'No transaction data',
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
+19
View File
@@ -14,6 +14,7 @@ export default {
},
'datetime': {
'long': 'YYYY年MM月DD日 HH:mm:ss',
'long-without-second': 'YYYY年MM月DD日 HH:mm',
},
'time': {
'hourMinute': 'HH:mm'
@@ -426,6 +427,22 @@ export default {
'Delete': '删除',
'Search': '搜索',
'Sort': '排序',
'Date': '日期',
'Type': '类型',
'All': '全部',
'Today': '今天',
'Yesterday': '昨天',
'Recent 7 days': '最近7天',
'Recent 30 days': '最近30天',
'This week': '本周',
'Last week': '上周',
'This month': '本月',
'Last month': '上月',
'This year': '今年',
'Last year': '去年',
'Begin Time': '开始时间',
'End Time': '结束时间',
'Custom': '自定义',
'User': '用户',
'Application': '应用',
'Details': '详情',
@@ -435,6 +452,7 @@ export default {
'Back': '返回',
'Load More': '加载更多',
'Change Language': '修改语言',
'Date is too early': '日期过早',
'Unlock': '解锁',
'Re-login': '重新登陆',
'Username': '用户名',
@@ -549,6 +567,7 @@ export default {
'You have added a new transaction': '您已经添加新交易',
'You have saved this transaction': '您已经保存该交易',
'Unable to get transaction list': '无法获取交易列表',
'Custom Date Range': '自定义日期范围',
'Transaction Detail': '交易详情',
'No transaction data': '没有交易数据',
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',