From f05c6f9b627ca3de7d0c7f06526857c1df77e355 Mon Sep 17 00:00:00 2001
From: Z-WICK <2289431216@qq.com>
Date: Mon, 29 Dec 2025 10:32:46 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=88=A4=E9=82=80=E8=AF=B7=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E6=B7=BB=E5=8A=A0=E8=B4=9F=E8=B4=A3=E5=9C=BA=E5=9C=B0?=
=?UTF-8?q?=E5=88=97?=
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/judgeInvite/index.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/views/martial/judgeInvite/index.vue b/src/views/martial/judgeInvite/index.vue
index 9b47e6d..9e8d34b 100644
--- a/src/views/martial/judgeInvite/index.vue
+++ b/src/views/martial/judgeInvite/index.vue
@@ -143,6 +143,11 @@
+
+
+ {{ row.venueName || "全部场地" }}
+
+