|
@@ -54,12 +54,12 @@
|
|
|
</div>
|
|
|
<div class="info-item" v-if="!!!fileName">
|
|
|
预计发生故障:
|
|
|
- <span class="info-value"> {{ formattedText(currentBtn.expected_failure,'5%') }}</span>
|
|
|
+ <span class="info-value"> {{ formattedText(currentBtn.expected_failure) }}</span>
|
|
|
</div>
|
|
|
<div class="info-item">
|
|
|
近期故障概率:
|
|
|
<span class="info-value">
|
|
|
- {{ formattedText(currentBtn.short_term_failure_probability) }}</span
|
|
|
+ {{ formattedText(currentBtn.short_term_failure_probability,'5%') }}</span
|
|
|
>
|
|
|
</div>
|
|
|
<div class="info-item">
|