|
@@ -281,9 +281,9 @@
|
|
|
'charging a ':item.enableShare&&!item.enableShareWithinTime&&item.device.online,
|
|
|
|
|
|
'charging b ':item.enableShare&&item.workStatus!=0,
|
|
|
- 'chargingOk c ':item.workStatus==2,
|
|
|
+ 'charging c ':item.workStatus==2,
|
|
|
//插枪
|
|
|
- 'charging a ':(item.workStatus == 0&&item.insertStatus&&stationDetail.station.stationType!=50),
|
|
|
+ 'off-line a ':(item.workStatus == 0&&item.insertStatus&&stationDetail.station.stationType!=50),
|
|
|
'off-line b':item.isRed&&item.workStatus!=2,
|
|
|
|
|
|
|