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) : '' }}