快乐的昕的电脑
2025-12-03 a240efebce056b05387cfff820f209b9f4737df7
components/mold.vue
@@ -115,7 +115,16 @@
                                {{ item.downCount != null ? item.downCount : '' }}
                            </template>
                        </td>
                        <td class="num">{{ item.useCount != null ? item.useCount : '' }}</td>
                        <!--<td class="num">{{ item.useCount != null ? item.useCount : '' }}</td>--><!--使用次数-->
                        <td class="num">
                            <template v-if="idx === 0">
                                <!-- 第一行实时计算使用次数 -->
                                {{item.currentCjNum != null && item.upCount != null ? (Number(item.currentCjNum) - Number(item.upCount)) : (item.useCount != null ? item.useCount : '') }}
                            </template>
                            <template v-else>
                                {{ item.useCount != null ? item.useCount : '' }}
                            </template>
                        </td>
                        <td class="num">{{ item.useLimit != null ? item.useLimit : '' }}</td>
                        <td class="num">{{ item.lifePercent }}</td>
                        <td class="num">{{ item.lifeWarn }}</td>