feat: 添加我的发行申请状态翻译,优化相关组件显示

This commit is contained in:
2025-12-22 21:36:51 +07:00
parent ef7a833a62
commit 5c4ec4f50d
5 changed files with 45 additions and 1 deletions

View File

@@ -221,6 +221,22 @@
"revenueDetails": "收益明細"
}
},
"myIssues": {
"title": "我的發行申請",
"search": "搜索",
"list": {
"nameCode": "名稱/代碼",
"createdAt": "創建時間",
"status": "狀態"
},
"status": {
"draft": "草稿",
"under_review": "待審核",
"approved": "審核通過",
"rejected": "審核拒絕"
},
"loadMore": "加載更多"
},
"market": {
"title": "市場",
"search": {