From 5ee761931fe68693b7223e46c8f5b1be245cb68c Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 23:42:35 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BB=A5=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/components/rwa-list.vue | 6 +++--- src/views/riwa/components/rwa.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/market/components/rwa-list.vue b/src/views/market/components/rwa-list.vue index e9e8096..69dfa30 100644 --- a/src/views/market/components/rwa-list.vue +++ b/src/views/market/components/rwa-list.vue @@ -54,11 +54,11 @@ function gotoTradeRwa(id: string) {
{{ item.product?.name }}
-
-
+
+
{{ item.product?.code }}
-
+
{{ item.product.category?.name }}
diff --git a/src/views/riwa/components/rwa.vue b/src/views/riwa/components/rwa.vue index 4ad0563..6a58b4a 100644 --- a/src/views/riwa/components/rwa.vue +++ b/src/views/riwa/components/rwa.vue @@ -32,7 +32,7 @@ function handleClick(item: RwaData) {
- {{ item.product.name }}/{{ item.product.code }} + {{ item.product.name }}
{{ item.product.category?.name }}