소스 검색

bug 修复

lilei 4 년 전
부모
커밋
1881aebdec
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/spotCheckCenter/spotChecking.vue

+ 3 - 3
pages/spotCheckCenter/spotChecking.vue

@@ -21,12 +21,12 @@
 							</view>
 							<view class="check-row" @click="viewRow(item)">
 								<view>
-									<view style="font-size: 30upx;margin-bottom: 10upx;">{{ item.name }}</view>
 									<view style="color: #666666;">{{ item.storeName }}</view>
+									<view style="font-size: 30upx;margin-top: 10upx;">{{ item.name }}</view>
 								</view>
 								<view>
-									<text v-if="item.status=='PENDING'" style="color: #007AFF;">开始点检</text>
-									<text v-if="item.status=='FINISHED'" style="color: #007AFF;">查看结果</text>
+									<text v-if="item.status=='PENDING'" style="color:#DD524D;">开始点检</text>
+									<text v-if="item.status=='FINISHED'" style="color:#19BE6B;">查看结果</text>
 									<u-icon v-if="item.status!='EXPIRED'" name="icon-xian-11" custom-prefix="xd-icon" size="28" color="#888888"></u-icon>
 								</view>
 							</view>