From 651c0563aa920354f9ea7555e2bb8f6eb518697b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 17 May 2022 09:38:59 +0800 Subject: [PATCH] =?UTF-8?q?52798=20=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=B3=95=E8=A7=84-=E5=88=86=E8=A7=A3=E5=8D=95-=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E7=95=8C=E9=9D=A2=20=E7=AC=A6=E5=90=88=E6=80=A7?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8D=E5=BA=94=E8=AF=A5=E4=BC=A01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index fa40ff4bd..7d92ae364 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -1389,7 +1389,9 @@
- {{ standShowItemEO.complianceRequire }} + {{ standShowItemEO.complianceRequire ? (standShowItemEO.complianceRequire === '1' ? '是' : '否') : '-' }} + +