From 2e7f9c16c400373355d85d7f1d995f7cb3b86601 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Wed, 27 Apr 2022 15:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052681=20[=E7=BA=BF?= =?UTF-8?q?=E4=B8=8A]=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81?= =?UTF-8?q?=E7=A8=8B-=E5=9B=BD=E5=86=85=E5=85=A5=E5=BA=93-=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E7=AD=BE=20=E8=B5=B7=E8=8D=89=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=BD=92=E6=A1=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index b2f14711a..f2783cb46 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -667,7 +667,7 @@ class="modular-content-p-val" :title="child.value || '-'" > - {{ child.value || '-' }} + {{ !child.value || child.value === 'null' || child.value === '[]' ? '-' : child.value }}