일자별 콘텐츠 후원 페이지 - 유/무료 구분 추가

This commit is contained in:
Yu Sung 2023-11-14 22:07:02 +09:00
parent e1ce77b811
commit e65354789a
1 changed files with 6 additions and 0 deletions

View File

@ -149,6 +149,12 @@ export default {
label: '콘텐츠 제목', label: '콘텐츠 제목',
field: 'title', field: 'title',
}, },
{
text: '구분',
sortable: false,
value: 'paidOrFree',
align: 'center'
},
{ {
label: '후원금액(캔)', label: '후원금액(캔)',
field: 'donation', field: 'donation',