|
@@ -13,17 +13,17 @@
|
|
|
>
|
|
|
<view class="flex align_center">
|
|
|
<view class="uuid-info">
|
|
|
- <view>产品名称:{{item.productName}}</view>
|
|
|
- <view style="margin-top: 0.2rem;">产品编码:{{item.productCode}}</view>
|
|
|
+ <view><text>产品名称:</text>{{item.productName}}</view>
|
|
|
+ <view style="margin-top: 0.2rem;"><text>产品编码:</text>{{item.productCode}}</view>
|
|
|
</view>
|
|
|
<view class="uuid-img" v-if="item.productMsg">
|
|
|
<image :src="item.productMsg"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="uuid-info" style="width: 100%;">
|
|
|
- <view class="uuid" style="margin-top: 0.2rem;">唯一码:{{item.traceCode}}</view>
|
|
|
- <view class="uuid">质保时间:{{item.warrantyStartDate.split(' ')[0]}}至{{item.warrantyEndDate.split(' ')[0]}}</view>
|
|
|
- <view class="uuid">手机号码:{{item.customMobile}}</view>
|
|
|
+ <view class="uuid" style="margin-top: 0.2rem;"><text>唯一码:</text>{{item.traceCode}}</view>
|
|
|
+ <view class="uuid"><text>质保时间:</text>{{item.warrantyStartDate.split(' ')[0]}}至{{item.warrantyEndDate.split(' ')[0]}}</view>
|
|
|
+ <view class="uuid"><text>手机号码:</text>{{item.customMobile}}</view>
|
|
|
</view>
|
|
|
<view class="state" :class="item.state"></view>
|
|
|
</view>
|
|
@@ -159,10 +159,17 @@
|
|
|
flex-grow: 1;
|
|
|
line-height: 1.5rem;
|
|
|
width: 50%;
|
|
|
+ > view{
|
|
|
+ color: #666;
|
|
|
+ text{
|
|
|
+ color: #000;
|
|
|
+ width: 70px;
|
|
|
+ float: left;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- .uuid{
|
|
|
- color: #000;
|
|
|
- }
|
|
|
+
|
|
|
.uuid-img{
|
|
|
width: 6rem;
|
|
|
height: 6rem;
|