From 811d2c0b32b6706ba304e01cad68a3f786be9b4a Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 9 Feb 2023 16:24:48 +0800 Subject: [PATCH] =?UTF-8?q?2.9=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/Home/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index a270371..ae89a3d 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -743,7 +743,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void, footer={null} >

{isNotEmpty(title) ? title : "重点监测异常明细单"}

- {exceptionData?.total &&
+ {exceptionData?.total != undefined &&
项目名称:
@@ -786,7 +786,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void, ) }) : }
- {exceptionData?.total &&
+ {exceptionData?.total != undefined &&
`共 ${total} 条`} />
} {/*