feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由

This commit is contained in:
2025-12-27 19:55:45 +07:00
parent 0ffd8566c8
commit 4a3de581d8
23 changed files with 458 additions and 72 deletions

View File

@@ -247,6 +247,44 @@
"revenueDetails": "收益明细"
}
},
"income": {
"title": "总收益",
"overview": {
"totalRevenue": "累计总收益",
"yesterdayRevenue": "昨日收益",
"monthRevenue": "本月收益",
"pendingRevenue": "待确认收益"
},
"trend": {
"title": "收益趋势",
"last7Days": "最近7天",
"last30Days": "最近30天",
"last90Days": "最近90天"
},
"sources": {
"title": "收益来源",
"dividend": "分红收益",
"appreciation": "资产增值",
"trade": "交易收益"
},
"records": {
"title": "收益明细",
"all": "全部",
"recent": "最近记录",
"viewAll": "查看全部",
"assetName": "资产名称",
"type": "类型",
"amount": "金额",
"date": "日期",
"status": "状态",
"noData": "暂无收益记录"
},
"status": {
"completed": "已完成",
"pending": "待确认",
"processing": "处理中"
}
},
"myIssues": {
"title": "我的发行申请",
"search": "搜索",
@@ -323,7 +361,10 @@
"common": {
"failedSendCode": "发送验证码失败",
"uploadFile": "上传文件",
"files": "个文件"
"files": "个文件",
"today": "今天",
"yesterday": "昨天",
"items": "项"
},
"auth": {
"login": {