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 }}