diff --git a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx b/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx
index 7f16a7d..dc674c9 100644
--- a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx
+++ b/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx
@@ -712,7 +712,7 @@ function ExceptionParkReport() {
共查询到 {Data?.total || 0}条数据
- {Data?.total && (
+ {Data?.total ? (
@@ -732,6 +732,8 @@ function ExceptionParkReport() {
}}
imgno={false}
/>
+ ) : (
+ ""
)}
共查询到 {Data?.total || 0}条数据
- {Data?.total && (
+ {Data?.total ? (
@@ -623,6 +623,8 @@ function ParkingAly() {
}}
imgno={false}
/>
+ ) : (
+ ""
)}
共查询到 {Data?.total || 0}条数据
- {Data?.total && (
+ {Data?.total ? (
@@ -1003,7 +1003,7 @@ function PayAly() {
isTableModule={true}
onOk={ReportPaySummaryReport}
/>
- )}
+ ):""}
共查询到 {Data?.total || 0}条数据
- {Data?.total && (
+ {Data?.total ? (
@@ -826,7 +826,7 @@ function RegisterAly() {
isTableModule={true}
onOk={ReportPaySummaryReport}
/>
- )}
+ ):""}