From 63b9eec8c82db5ecb53c0452ae6892d29180729d Mon Sep 17 00:00:00 2001
From: chenruiye <862859104@qq.com>
Date: Tue, 10 Jun 2025 11:25:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8B=8B=E7=AB=A0=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/medal/MedalInfo.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/medal/MedalInfo.vue b/src/views/medal/MedalInfo.vue
index 6131756..8505f57 100644
--- a/src/views/medal/MedalInfo.vue
+++ b/src/views/medal/MedalInfo.vue
@@ -41,16 +41,16 @@
{{ JSON.parse(scope.row.name).tr }}
- {{ JSON.parse(scope.row.medalDesc)?.zh || ''}}
+ {{ JSON.parse(scope.row?.medalDesc)?.zh || ''}}
- {{ JSON.parse(scope.row.medalDesc)?.en || ''}}
+ {{ JSON.parse(scope.row?.medalDesc)?.en || ''}}
- {{ JSON.parse(scope.row.medalDesc)?.ar || ''}}
+ {{ JSON.parse(scope.row?.medalDesc)?.ar || ''}}
- {{ JSON.parse(scope.row.medalDesc)?.tr || ''}}
+ {{ JSON.parse(scope.row?.medalDesc)?.tr || ''}}