Your Name
2023-03-03 23412e0effa27d5d0f79f5796bc4e738cf8cd1fc
src/views/intellectInspect/intelligentLine/index.vue
@@ -68,7 +68,7 @@
                                    <span>参数:</span><span class="target">{{ t.secondReferenceResult + t.quotaUnit }}</span>
                                </div>
                                <div>
                                    <span>巡检结果:</span><span class="target">{{ t.reportResult == null ? '--' : t.reportResult == 0 ? '正常' : '异常' }}</span>
                                    <span>巡检结果:</span><span class="target">{{ t.reportResult == null ? '--' : t.reportResult == 0 ? '正常' : t.reportResult == 1 ? '异常' : '备' }}</span>
                                </div>
                            </div>
                        </div>