|
|
@@ -68,7 +68,7 @@
|
|
|
<text class="info-label">维保内容</text>
|
|
|
<text class="info-value">{{ detailData.content ?? '' }}</text>
|
|
|
</view>
|
|
|
- <view class="info-item" v-if="detailData.orderType == 1">
|
|
|
+ <!-- <view class="info-item" v-if="detailData.orderType == 1">
|
|
|
<text class="info-label">故障代码</text>
|
|
|
<text class="info-value">{{ detailData.faultCode ?? '' }}</text>
|
|
|
</view>
|
|
|
@@ -79,6 +79,24 @@
|
|
|
<view class="info-item" v-if="detailData.orderType == 1">
|
|
|
<text class="info-label">故障描述</text>
|
|
|
<text class="info-value">{{ detailData.faultDesc ?? '' }}</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="info-item" v-if="detailData.orderType == 1">
|
|
|
+ <text class="info-label">故障代码</text>
|
|
|
+ <view class="info-value">
|
|
|
+ <text class="inner-text">{{ detailData.faultCode ?? '' }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="info-item" v-if="detailData.orderType == 1">
|
|
|
+ <text class="info-label">故障条文</text>
|
|
|
+ <view class="info-value">
|
|
|
+ <text class="inner-text">{{ detailData.faultBarcode ?? '' }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="info-item" v-if="detailData.orderType == 1">
|
|
|
+ <text class="info-label">故障描述</text>
|
|
|
+ <view class="info-value">
|
|
|
+ <text class="inner-text">{{ detailData.faultDesc ?? '' }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -734,8 +752,7 @@
|
|
|
flex: 1;
|
|
|
font-size: 28rpx;
|
|
|
color: #333333;
|
|
|
- text-align: right;
|
|
|
-
|
|
|
+
|
|
|
&.highlight {
|
|
|
color: #007aff;
|
|
|
font-weight: bold;
|