@@ -34,7 +34,7 @@
<view class="body">
<view class="line1">
<view class="title">
- {{item.stationName}}
+ {{item.stationNo}}<span style="margin: 0 8rpx;color:rgba(119, 119, 119, 1);" >|</span>{{item.stationName}}
</view>
<view class="status " :class="'status'+item.status">
@@ -29,7 +29,7 @@
<view class="v1" >
- <!-- {{item.stationNo}}<span class="y">|</span> -->{{item.name}}
+ {{item.stationNo}}<span class="y">|</span> {{item.name}}
<view class="v2" v-if="item.address" >
@@ -40,7 +40,8 @@
<view class="item">
<view class="name">
- <view class="text"></view>
+
+ {{item.stationNo}}<span style="margin: 0 8rpx;color:rgba(119, 119, 119, 1);" >|</span>
{{item.name}}
<view class="value">
@@ -4,7 +4,7 @@
<view class="top">
<view class="search">
<view class="searchBox">
- <u-search shape="square" placeholder="搜索停车场、设备编号" maxlength="12" v-model="testName"
+ <u-search shape="square" placeholder="使用站点名称/编号搜索" maxlength="12" v-model="testName"
:show-action="false" :animation="true"></u-search>
<u-button type="primary" size="mini" @click="testBtn">搜素</u-button>