Merge pull request '일자별 콘텐츠 후원 페이지 - 유/무료 구분 추가' (#13) from test into main
Reviewed-on: #13
This commit is contained in:
commit
f8346ed5ef
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue