From c6d2a6b39da4e2520cf4b41898772e5998190054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Sun, 23 Apr 2023 17:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=A4=8D=E5=88=B6=E6=97=B6?= =?UTF-8?q?=E5=80=99=E5=90=8E=E9=9D=A2=E6=9C=89=E7=A9=BA=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/currenDescriptions/index.vue | 4 +--- fe/PC/src/components/umyTable/index.vue | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/fe/PC/src/components/currenDescriptions/index.vue b/fe/PC/src/components/currenDescriptions/index.vue index 8dda5908d..995990bcb 100644 --- a/fe/PC/src/components/currenDescriptions/index.vue +++ b/fe/PC/src/components/currenDescriptions/index.vue @@ -52,9 +52,7 @@ > - - {{ propsData[item.prop] ? propsData[item.prop] + "" : propsData[item.prop] }} - + {{ propsData[item.prop] ? propsData[item.prop] + "" : propsData[item.prop] }} - {{ scope.row[item.prop] ? scope.row[item.prop] + "" : scope.row[item.prop] }} - + >{{ scope.row[item.prop] ? scope.row[item.prop] + "" : scope.row[item.prop] }}