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