更新环境配置,修正服务地址;新增 RWA 产品管理相关组件及功能;优化表格数据展示及状态渲染逻辑

This commit is contained in:
2025-12-22 00:17:52 +07:00
parent 7423d210f4
commit 4c9cf042f0
10 changed files with 250 additions and 27 deletions

View File

@@ -232,7 +232,15 @@ const local: App.I18n.Schema = {
deposit: 'Deposit',
deposit_fiat: 'Fiat Deposit',
withdraw: 'Withdraw',
withdraw_fiat: 'Fiat Withdraw'
withdraw_fiat: 'Fiat Withdraw',
rwa_producttype: 'Product Type',
rwa: 'RWA Management',
rwa_product: 'RWA Product',
user: 'User Management',
user_bank: 'User Bank',
user_bankcard: 'User Bank Card',
user_list: 'User List',
user_transfer: 'User Transfer'
},
page: {
login: {