Compare commits

...

2 Commits

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',