|
@@ -42,6 +42,9 @@
|
|
|
<!-- <span class="best">最佳</span> -->
|
|
|
<span class="jyNametxt">{{item.name}} | {{item.specificationModel}} | {{item.partsCode}} </span>
|
|
|
</view>
|
|
|
+ <view class="ruleList">
|
|
|
+ <view class="ruleListSpan" v-for="(v,i) in item.ruleList"><span style="">{{v.version}}:</span> {{v.versionvalue}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<nodata v-if="MaintainPartList.length==0"></nodata>
|
|
@@ -253,4 +256,11 @@ color: #FFFFFF;font-size: 28rpx;padding-left: 16rpx;
|
|
|
font-size: 18rpx;
|
|
|
margin-top: 2rpx;
|
|
|
}
|
|
|
+ .ruleListSpan{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 36rpx;
|
|
|
+ padding-right: 6rpx;
|
|
|
+ }
|
|
|
</style>
|