source edit

This commit is contained in:
unknown 2025-06-12 17:39:09 +09:00
parent b15f6363f9
commit 0f74afaeef

View File

@ -102,21 +102,6 @@
선택 삭제 ({{ selectedItems.length }}) 선택 삭제 ({{ selectedItems.length }})
</v-btn> </v-btn>
</div> </div>
<!-- 옵션 -->
<v-btn-toggle
v-model="viewMode"
mandatory
class="mr-3"
>
<v-btn icon size="small" value="list">
<v-icon>mdi-view-list</v-icon>
</v-btn>
<v-btn icon size="small" value="grid">
<v-icon>mdi-view-grid</v-icon>
</v-btn>
</v-btn-toggle>
<!-- 콘텐츠 생성 --> <!-- 콘텐츠 생성 -->
<v-btn <v-btn
color="primary" color="primary"
@ -168,7 +153,7 @@
</th> </th>
<th width="450">제목</th> <th width="450">제목</th>
<th width="150">플랫폼</th> <th width="150">플랫폼</th>
<th width="150">생성일</th> <th width="150">프로모션 기간</th>
<th width="120">액션</th> <th width="120">액션</th>
</tr> </tr>
</thead> </thead>
@ -418,7 +403,7 @@
</v-chip> </v-chip>
</v-col> </v-col>
<v-col cols="6"> <v-col cols="6">
<div class="text-caption grey--text">생성일</div> <div class="text-caption grey--text">프로모션 기간</div>
<div class="text-body-2 mt-1">{{ formatDateTime(selectedContent.createdAt) }}</div> <div class="text-body-2 mt-1">{{ formatDateTime(selectedContent.createdAt) }}</div>
</v-col> </v-col>
<v-col cols="6"> <v-col cols="6">