From 8b744fbc0a4e904ce5a299c55b2a721a15848bf0 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 27 Feb 2024 20:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wishingStar/wishingRound.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wishingStar/wishingRound.vue b/src/views/wishingStar/wishingRound.vue index ee25162..ea87be0 100644 --- a/src/views/wishingStar/wishingRound.vue +++ b/src/views/wishingStar/wishingRound.vue @@ -66,7 +66,7 @@ 人数: {{ scope.row.userCount ?? 0 }} -
白名单:{{ scope.row.whiteErBanNo ?? '' }}
+
{{ scope.row.whiteErBanNo ? ('白名单:' + scope.row.whiteErBanNo) : '' }}