Merge pull request #10 from won-ktds/front

content edit
This commit is contained in:
yyoooona 2025-06-20 13:37:21 +09:00 committed by GitHub
commit b2ebe28b47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,27 +107,6 @@
</th>
<th width="450">제목</th>
<th width="150">플랫폼</th>
<!-- 프로모션 기간 - 정렬 가능 -->
<th
width="200"
class="sortable-header cursor-pointer"
@click="sortByPromotionDate"
>
<div class="d-flex align-center">
<span>프로모션 기간</span>
<v-icon
:color="promotionSortOrder === 'none' ? 'grey-lighten-1' : 'primary'"
size="16"
class="ml-1"
>
{{
promotionSortOrder === 'asc' ? 'mdi-arrow-up' :
promotionSortOrder === 'desc' ? 'mdi-arrow-down' :
'mdi-unfold-more-horizontal'
}}
</v-icon>
</div>
</th>
<th width="120">액션</th>
</tr>
</thead>
@ -180,11 +159,6 @@
{{ getPlatformText(content.platform) }}
</v-chip>
</td>
<td>
<div class="text-body-2">
{{ formatDateRange(content.startDate, content.endDate) }}
</div>
</td>
<td @click.stop>
<div class="d-flex">
<v-btn