feat: 添加国际化支持,更新市场和交易视图中的文本,优化用户体验
This commit is contained in:
@@ -4,6 +4,8 @@ import type { RwaData } from "@/api/types";
|
||||
defineProps<{
|
||||
data: RwaData["data"];
|
||||
}>();
|
||||
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -12,21 +14,21 @@ defineProps<{
|
||||
<ion-grid>
|
||||
<ion-row class="ion-align-items-center text-xs">
|
||||
<ion-col size="6">
|
||||
<div>名称/代码</div>
|
||||
<div>{{ t('market.rwaList.nameCode') }}</div>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<div class="text-right">
|
||||
阶段
|
||||
{{ t('market.rwaList.stage') }}
|
||||
</div>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<div class="text-right">
|
||||
发行日期
|
||||
{{ t('market.rwaList.issueDate') }}
|
||||
</div>
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<div class="text-right">
|
||||
申购单价
|
||||
{{ t('market.rwaList.subscriptionPrice') }}
|
||||
</div>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
Reference in New Issue
Block a user