| components/mold.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/mold.vue
@@ -110,7 +110,13 @@ <!-- 只有第一行显示 currentCjNum,其它行显示 downCount --> <td class="num"> <template v-if="idx === 0"> {{ item.currentCjNum != null ? item.currentCjNum : '' }} <!-- 第一行:下机时不实时显示 currentCjNum,显示 downCount --> <template v-if="!item.downTime"> {{ item.currentCjNum != null ? item.currentCjNum : '' }} </template> <template v-else> {{ item.downCount != null ? item.downCount : '' }} </template> </template> <template v-else> {{ item.downCount != null ? item.downCount : '' }}