feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由
This commit is contained in:
@@ -241,6 +241,44 @@
|
||||
"revenueDetails": "Revenue Details"
|
||||
}
|
||||
},
|
||||
"income": {
|
||||
"title": "Total Revenue",
|
||||
"overview": {
|
||||
"totalRevenue": "Total Revenue",
|
||||
"yesterdayRevenue": "Yesterday's Revenue",
|
||||
"monthRevenue": "This Month",
|
||||
"pendingRevenue": "Pending Revenue"
|
||||
},
|
||||
"trend": {
|
||||
"title": "Revenue Trend",
|
||||
"last7Days": "Last 7 Days",
|
||||
"last30Days": "Last 30 Days",
|
||||
"last90Days": "Last 90 Days"
|
||||
},
|
||||
"sources": {
|
||||
"title": "Revenue Sources",
|
||||
"dividend": "Dividend",
|
||||
"appreciation": "Appreciation",
|
||||
"trade": "Trading"
|
||||
},
|
||||
"records": {
|
||||
"title": "Revenue Records",
|
||||
"all": "All",
|
||||
"recent": "Recent Records",
|
||||
"viewAll": "View All",
|
||||
"assetName": "Asset Name",
|
||||
"type": "Type",
|
||||
"amount": "Amount",
|
||||
"date": "Date",
|
||||
"status": "Status",
|
||||
"noData": "No revenue records"
|
||||
},
|
||||
"status": {
|
||||
"completed": "Completed",
|
||||
"pending": "Pending",
|
||||
"processing": "Processing"
|
||||
}
|
||||
},
|
||||
"myIssues": {
|
||||
"title": "My Issuance Applications",
|
||||
"search": "Search",
|
||||
@@ -317,7 +355,10 @@
|
||||
"common": {
|
||||
"failedSendCode": "Failed to send verification code",
|
||||
"uploadFile": "Upload File",
|
||||
"files": "files"
|
||||
"files": "files",
|
||||
"today": "Today",
|
||||
"yesterday": "Yesterday",
|
||||
"items": "items"
|
||||
},
|
||||
"auth": {
|
||||
"login": {
|
||||
|
||||
Reference in New Issue
Block a user