feat: 添加我的发行申请页面及相关组件,更新路由和国际化支持

This commit is contained in:
2025-12-21 21:19:46 +07:00
parent 2e4d7143e5
commit 00f27bf50a
15 changed files with 466 additions and 12 deletions

View File

@@ -123,7 +123,8 @@
"title": "Trade",
"settings": {
"bankManagement": "Bank Card",
"mySubscribe": "Subscribe"
"mySubscribe": "Subscribe",
"myIssues": "My Issues"
}
},
"asset": {
@@ -221,6 +222,16 @@
"revenueDetails": "Revenue Details"
}
},
"myIssues": {
"title": "My Issuance Applications",
"search": "Search",
"list": {
"nameCode": "Name/Code",
"createdAt": "Created Time",
"status": "Status"
},
"loadMore": "Load More"
},
"market": {
"title": "Market",
"search": {

View File

@@ -123,7 +123,8 @@
"title": "交易",
"settings": {
"bankManagement": "银行卡管理",
"mySubscribe": "我的申购"
"mySubscribe": "我的申购",
"myIssues": "我的发行"
}
},
"asset": {
@@ -221,6 +222,16 @@
"revenueDetails": "收益明细"
}
},
"myIssues": {
"title": "我的发行申请",
"search": "搜索",
"list": {
"nameCode": "名称/代码",
"createdAt": "创建时间",
"status": "状态"
},
"loadMore": "加载更多"
},
"market": {
"title": "市场",
"search": {