misc: 설문 조사 페이지를 이전

This commit is contained in:
2022-05-16 01:44:32 +09:00
parent 42cca07419
commit 968f874e73
5 changed files with 2 additions and 529 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
<div id="vote-old-list">
<div v-for="[voteID, voteInfo] of voteList" :key="voteID" class="vote-old-item">
<div class="row">
<a href="#" @click.prevent="currentVoteID = voteID">{{ voteInfo.title }}</a>
<div class="col"><a href="#" @click.prevent="currentVoteID = voteID">{{ voteInfo.title }}</a> ({{ voteInfo.startDate }})</div>
</div>
</div>
</div>