|
@@ -79,7 +79,7 @@
|
|
</p>
|
|
</p>
|
|
<p class="time">{{ checks[2].updatedAt }}</p>
|
|
<p class="time">{{ checks[2].updatedAt }}</p>
|
|
</template>
|
|
</template>
|
|
- <template v-if="checks[2].checkStatus === 2 && checks[3].checkStatus === 1">
|
|
|
|
|
|
+ <template v-if="checks[2].checkStatus === 2 && checks[3].checkStatus !== 0">
|
|
<p class="description">
|
|
<p class="description">
|
|
<span>{{ checks[2].checkRemark }}</span>
|
|
<span>{{ checks[2].checkRemark }}</span>
|
|
</p>
|
|
</p>
|