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