feat: 설문 게시자 표시

This commit is contained in:
2024-09-28 13:09:51 +00:00
parent 4b3ab5e31c
commit 5622839ffa
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -23,6 +23,10 @@
}} 선택 가능 )</template
>
</th>
</tr>
<tr>
<th colspan="3" class="text-end bg1">게시자</th>
<th id="vote-detail-opener">{{ currentVote.voteInfo.opener ?? '[SYSTEM]' }}</th>
</tr>
</thead>
<tbody>
+1
View File
@@ -3,6 +3,7 @@ import type { ValidResponse } from "@/util/callSammoAPI";
export type VoteInfo = {
id: number;
title: string;
opener?: string;
multipleOptions: number;
startDate: string;
endDate?: string;