From 830431538dcf021a169d2e12463d46098e73d9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 20 Apr 2023 16:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=95=B0=E7=BB=84=E8=BD=AC?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/currenDescriptions/index.vue | 2 +- fe/PC/src/utils/tabsDesTions/index.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fe/PC/src/components/currenDescriptions/index.vue b/fe/PC/src/components/currenDescriptions/index.vue index fc49a673f..5bf4242e9 100644 --- a/fe/PC/src/components/currenDescriptions/index.vue +++ b/fe/PC/src/components/currenDescriptions/index.vue @@ -52,7 +52,7 @@ > - {{ propsData[item.prop] }} + {{ propsData[item.prop] ? propsData[item.prop] + "" : "" }}