|
@@ -6,15 +6,16 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="station_item-status">
|
|
<view class="station_item-status">
|
|
|
- <text class="station_item-status-text">{{ item.stationStatus == 'Normal' ? '营业中' : '暂停营业' }}</text>
|
|
|
|
|
|
|
+<!-- <text class="station_item-status-text">{{ item.stationStatus == 'Normal' ? '营业中' : '暂停营业' }}</text>-->
|
|
|
|
|
+ <text class="station_item-status-text">{{ fmtDictName('WashStation.status', item.stationStatus) }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="station_item-content">
|
|
<view class="station_item-content">
|
|
|
<view class="station_item-content-left">
|
|
<view class="station_item-content-left">
|
|
|
<view class="station_item-content-left-label">
|
|
<view class="station_item-content-left-label">
|
|
|
<view class="font12 station_item-content-left-label-left">
|
|
<view class="font12 station_item-content-left-label-left">
|
|
|
- <text class="station_item-content-left-label-left_idle">{{ fmtDictName('WashStation.status', item.stationStatus) }}</text>
|
|
|
|
|
- <text class="station_item-content-left-label-left_count">{{ item.idleParkingNum }}/{{ item.parkingNum }}</text>
|
|
|
|
|
|
|
+ <text class="station_item-content-left-label-left_idle">{{item.businessHours}} | 空闲:{{ item.idleParkingNum }}</text>
|
|
|
|
|
+<!-- <text class="station_item-content-left-label-left_count">{{ item.idleParkingNum }}/{{ item.parkingNum }}</text>-->
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <uv-tags size="small" class="station_item-content-left-label_tag" text="洗车机" plain shape="circle"></uv-tags>-->
|
|
<!-- <uv-tags size="small" class="station_item-content-left-label_tag" text="洗车机" plain shape="circle"></uv-tags>-->
|
|
|
<!-- <view class="station_item-content-left-label_func">{{ ['清洁', '泡沫', '吸尘', '消毒', '充电']?.join(" | ") }}</view>-->
|
|
<!-- <view class="station_item-content-left-label_func">{{ ['清洁', '泡沫', '吸尘', '消毒', '充电']?.join(" | ") }}</view>-->
|