diff --git a/src/views/open_live/OpenQueue.vue b/src/views/open_live/OpenQueue.vue index 7bd522b..e945fb8 100644 --- a/src/views/open_live/OpenQueue.vue +++ b/src/views/open_live/OpenQueue.vue @@ -1255,7 +1255,7 @@ function getIndexStyle(status: QueueStatus): CSSProperties { - UID: {{ queueData.user?.uid ?? 'N/A' }} + {{ queueData.user?.uid ? `UID: ${queueData.user?.uid}` : `OpenID: ${queueData.user?.oid}` }} @@ -1264,7 +1264,6 @@ function getIndexStyle(status: QueueStatus): CSSProperties { size="tiny" round :bordered="false" - :color="{ color: '#f0f0f0', textColor: '#555' }" style="padding: 0 5px 0 0;" > - 允许舰长 + 需要舰长 - 允许提督 + 需要提督 - 允许总督 + 需要总督