+
- {/*
*/}
-
-
-
{overrunRate ? overrunRate.toFixed(2) : 0}%{/* {item.overrunRate ? item.overrunRate + "%" : "--"} */}
-
超限
-
-
-
车牌号{licensePlate}{/* {item.licensePlate} */}
-
检测点{nameOfInspectionPoint}
-
处罚{deductPoints ? `-${deductPoints}分` : ""}和-{fine}{fine ? "元" : ""}{/* {item.deductPoints ? "-" + item.deductPoints + "分" : ""}{item.deductPoints && item.fine ? "和" : ""}{item.fine ? "-" + item.fine + "元" : ""}{item.deductPoints || item.fine ? "" : "--"} */}
-
日期{processingTime}{/* {item.processingTime ? item.processingTime : "--"} */}
+ {picfile?.length > 0 ?
+ {picfile?.map(v => )}
+
+ :
+ }
+
+
+
+
+ 执法日期:
+ {enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
+
+
+ 执法道路:
+ {roadname}
+
+
+ 执法成果:
+ {enforcementreslt}
+
}
placement="leftTop"
- overlayStyle={{ minWidth: 400, minHeight: 212, padding: 0, margin: 0, backgroundImage: `url(../../../../../assets/images/leadership/beijinglan.png)` }}
+ overlayStyle={{ minWidth: 500, minHeight: 200, paddingTop: 10, margin: 0, backgroundImage: `url(../../../../../assets/images/leadership/beijinglan.png)` }}
overlayClassName='popover'
>
-
-
{licensePlate}
-
{overrunRate}%
-
{deductPoints ? `-${deductPoints}分` : ""}和-{fine}{fine ? "元" : ""}
-
{processingTime}
+
+
{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
+
{enforcementreslt}
@@ -121,22 +155,26 @@ const Guanli = (props) => {