lilei před 1 rokem
rodič
revize
8688063519

+ 10 - 7
pagesA/qualityPolicy/creatCarInfo.vue

@@ -5,9 +5,9 @@
 			<view class="uuid-list">
 				<view class="flex align_center" v-for="item in uuid" :key="item.id">
 					<view class="uuid-info">
-						<view>产品名称:{{item.productName}}</view>
-						<view>产品编码:{{item.productCode}}</view>
-						<view class="uuid" style="margin-top: 0.2rem;">唯一码:{{item.traceCode}}</view>
+						<view><text>产品名称:</text>{{item.productName}}</view>
+						<view><text>产品编码:</text>{{item.productCode}}</view>
+						<view class="uuid" style="margin-top: 0.2rem;"><text>唯一码:</text>{{item.traceCode}}</view>
 					</view>
 					<view v-if="item.productMsg" class="uuid-img" @click="viewImg(item.productMsg)">
 						<image :src="item.productMsg"></image>
@@ -191,11 +191,14 @@
 			flex-grow: 1;
 			line-height: 1.5rem;
 			width: 50%;
-			.uuid{
-				color: #333;
-			}
 			> view{
-				padding: 0.3rem 0;
+				color: #666;
+				text{
+					color: #000;
+					width: 70px;
+					float: left;
+					text-align: right;
+				}
 			}
 		}
 		.uuid-img{

+ 13 - 7
pagesA/qualityPolicy/orderDetail.vue

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

+ 15 - 8
pagesA/qualityPolicy/searchOrder.vue

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