diff --git a/public/components/property/parkingAreaControlCarInouts/parkingAreaControlCarInouts.html b/public/components/property/parkingAreaControlCarInouts/parkingAreaControlCarInouts.html index b0b42ae5e..6c9b8110c 100644 --- a/public/components/property/parkingAreaControlCarInouts/parkingAreaControlCarInouts.html +++ b/public/components/property/parkingAreaControlCarInouts/parkingAreaControlCarInouts.html @@ -1,8 +1,7 @@
- +
@@ -22,8 +21,7 @@
-
@@ -39,12 +37,13 @@ + {{carIn.inoutId}} - {{carIn.carInout == '3306'?'进场':'出场'}} + {{carIn.carInout == '3306'?'进场':'出场'}}({{carIn.stateName}}) {{carIn.carNum}} {{carIn.inTime}} - @@ -52,6 +51,8 @@ {{carIn.hours}}{{carIn.min}} {{carIn.payCharge}} {{carIn.realCharge}} + {{carIn.remark}} + @@ -66,4 +67,4 @@
-
+ \ No newline at end of file