更新 @riwa/api-types 依赖至 0.0.20,删除表格基础组件,新增 RWA 和用户管理相关页面及路由

This commit is contained in:
tiezi
2025-12-17 21:42:16 +07:00
parent 27d6cef96e
commit 8a9d617129
14 changed files with 622 additions and 53 deletions

View File

@@ -228,7 +228,15 @@ const local: App.I18n.Schema = {
deposit: '充值管理',
deposit_fiat: '法币充值',
withdraw: '提现管理',
withdraw_fiat: '法币提现'
withdraw_fiat: '法币提现',
rwa: 'RWA管理',
rwa_product: 'RWA产品',
rwa_producttype: '产品类型',
user: '用户管理',
user_list: '用户列表',
user_bankcard: '用户银行卡',
user_bank: '银行管理',
user_transfer: '用户转账记录'
},
page: {
login: {