일자별 콘텐츠 후원 페이지 - 유/무료 구분 추가
This commit is contained in:
parent
e65354789a
commit
c174724458
|
@ -150,14 +150,8 @@ export default {
|
|||
field: 'title',
|
||||
},
|
||||
{
|
||||
text: '구분',
|
||||
sortable: false,
|
||||
value: 'paidOrFree',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
label: '후원금액(캔)',
|
||||
field: 'donation',
|
||||
label: '구분',
|
||||
field: 'paidOrFree',
|
||||
},
|
||||
{
|
||||
label: '후원수',
|
||||
|
@ -212,6 +206,12 @@ export default {
|
|||
align: 'center',
|
||||
width: "300px"
|
||||
},
|
||||
{
|
||||
text: '구분',
|
||||
sortable: false,
|
||||
value: 'paidOrFree',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
text: '후원수',
|
||||
align: 'center',
|
||||
|
|
Loading…
Reference in New Issue