Merge pull request '일자별 콘텐츠 후원 페이지 - 유/무료 구분 추가' (#14) from test into main

Reviewed-on: #14
This commit is contained in:
klaus 2023-11-14 13:34:37 +00:00
commit 62cdd57069
1 changed files with 8 additions and 8 deletions

View File

@ -150,14 +150,8 @@ export default {
field: 'title', field: 'title',
}, },
{ {
text: '구분', label: '구분',
sortable: false, field: 'paidOrFree',
value: 'paidOrFree',
align: 'center'
},
{
label: '후원금액(캔)',
field: 'donation',
}, },
{ {
label: '후원수', label: '후원수',
@ -212,6 +206,12 @@ export default {
align: 'center', align: 'center',
width: "300px" width: "300px"
}, },
{
text: '구분',
sortable: false,
value: 'paidOrFree',
align: 'center'
},
{ {
text: '후원수', text: '후원수',
align: 'center', align: 'center',