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} 条`} />
} {/*