From 9c0f8fafea0c3abd5b8d5c59f72673ad83616d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Tue, 26 Dec 2023 19:01:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9A=82=E6=97=B6=E9=87=87=E7=94=A8=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E5=9B=BE=E7=89=87=202.=E8=B0=83=E6=95=B4=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E6=89=80=E9=9C=80=E8=A6=81=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/checkOperation.vue | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 276c7ea..dc38380 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -28,14 +28,14 @@ {{ item.label }}: - {{ checkObj[item.key] }} + {{ checkObj[item.key] ==null? checkObj[item.key]: item.value}}
- +