|
|
@@ -69,7 +69,7 @@
|
|
|
<text class="info-value">{{ detailData.faultCode ?? '' }}</text>
|
|
|
</view>
|
|
|
<view class="info-item" v-if="detailData.orderType == 1">
|
|
|
- <text class="info-label">故障条纹</text>
|
|
|
+ <text class="info-label">故障条文</text>
|
|
|
<text class="info-value">{{ detailData.faultBarcode ?? '' }}</text>
|
|
|
</view>
|
|
|
<view class="info-item" v-if="detailData.orderType == 1">
|
|
|
@@ -171,7 +171,7 @@
|
|
|
pauseTime: string | null,
|
|
|
restartTime: string | null,
|
|
|
attachmentUrls: string | null, // 附件URLs(逗号分隔的字符串格式)
|
|
|
- content: string | null,
|
|
|
+ content: string | null,
|
|
|
inspectionType: string | null
|
|
|
}
|
|
|
|