Переглянути джерело

流程测试, 细节优化

zhengkaixin 2 тижнів тому
батько
коміт
be09ddb693

+ 1 - 1
pages/inspection/list.vue

@@ -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">

+ 1 - 1
pages/inspection/selectStation.vue

@@ -29,7 +29,7 @@
 					
 
 					<view class="v1" >
-						<!-- {{item.stationNo}}<span class="y">|</span> -->{{item.name}}
+						 {{item.stationNo}}<span class="y">|</span> {{item.name}}
 					</view>
 					
 					<view class="v2" v-if="item.address" >

+ 2 - 1
pages/station/stationList.vue

@@ -40,7 +40,8 @@
 						</view>
 						<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>
 							<view class="value">

+ 1 - 1
pages/team/stationAdd.vue

@@ -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>
 				</view>

+ 1 - 1
pages/team/stationMy.vue

@@ -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>
 				</view>