From 0c6437084b24b94e8f96230becb62dae4241a6f1 Mon Sep 17 00:00:00 2001
From: Z-WICK <2289431216@qq.com>
Date: Thu, 15 Jan 2026 12:54:55 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E6=8E=92=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E9=9A=90=E8=97=8F=E7=AD=BE=E5=88=B0=E7=8A=B6=E6=80=81=E5=92=8C?=
=?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
这些功能只在调度页面中显示
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
src/views/martial/schedule/index.vue | 35 +++-------------------------
1 file changed, 3 insertions(+), 32 deletions(-)
diff --git a/src/views/martial/schedule/index.vue b/src/views/martial/schedule/index.vue
index 71cead1..1a562c8 100644
--- a/src/views/martial/schedule/index.vue
+++ b/src/views/martial/schedule/index.vue
@@ -85,8 +85,8 @@
{{ groupIndex + 1 }}、
{{ group.title }}
{{ group.type }}
- {{ group.type === '集体' ? getTeamCount(group) + '队' : '1组' }}
- {{ group.type === '集体' ? getTeamCount(group) + '组' : '' }}
+ {{ getTeamCount(group) }}队
+ {{ group.type === '集体' ? getTeamCount(group) : 1 }}组
{{ group.code }}
表号: {{ generateTableNo(group) }}
@@ -186,36 +186,7 @@
>
{{ playerIndex + 1 }}
{{ player.playerName }}
-
-
- {{ player.status || '未签到' }}
-
-
-
-
- 标记异常
-
-
- 取消异常
-
-
+