快乐的昕的电脑
2025-12-03 da4ec7d297df8a8a5d3801e20159b8a7c7e71904
下刀计数也添加判断
已修改1个文件
6 ■■■■■ 文件已修改
components/mold.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/mold.vue
@@ -110,11 +110,17 @@
                        <!-- 只有第一行显示 currentCjNum,其它行显示 downCount -->
                        <td class="num">
                            <template v-if="idx === 0">
                                <!-- 第一行:下机时不实时显示 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 : '' }}
                            </template>
                        </td>
                        <!--使用次数-->
                        <td class="num">