From ad43c072df1bcf71fd4905ec3e657f69323c0a5b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 03 十二月 2025 15:10:25 +0800
Subject: [PATCH] 下刀计数改为实时显示 currentCjNum
---
components/mold.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index f938b50..af2ae07 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -106,7 +106,9 @@
<td>{{ item.upTime }}</td>
<td class="num">{{ item.upCount != null ? item.upCount : '' }}</td>
<td>{{ item.downTime }}</td>
- <td class="num">{{ item.downCount != null ? item.downCount : '' }}</td>
+ <!--<td class="num">{{ item.downCount != null ? item.downCount : '' }}</td>-->
+ <!-- 涓嬪垁璁℃暟鏀逛负瀹炴椂鏄剧ず currentCjNum -->
+ <td class="num">{{ item.currentCjNum != null ? item.currentCjNum : '' }}</td>
<td class="num">{{ item.useCount != null ? item.useCount : '' }}</td>
<td class="num">{{ item.useLimit != null ? item.useLimit : '' }}</td>
<td class="num">{{ item.lifePercent }}</td>
--
Gitblit v1.9.3