feat: 설문 게시자 표시
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
}}개 선택 가능 )</template
|
}}개 선택 가능 )</template
|
||||||
>
|
>
|
||||||
</th>
|
</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th colspan="3" class="text-end bg1">게시자</th>
|
||||||
|
<th id="vote-detail-opener">{{ currentVote.voteInfo.opener ?? '[SYSTEM]' }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import type { ValidResponse } from "@/util/callSammoAPI";
|
|||||||
export type VoteInfo = {
|
export type VoteInfo = {
|
||||||
id: number;
|
id: number;
|
||||||
title: string;
|
title: string;
|
||||||
|
opener?: string;
|
||||||
multipleOptions: number;
|
multipleOptions: number;
|
||||||
startDate: string;
|
startDate: string;
|
||||||
endDate?: string;
|
endDate?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user