Compare commits
2 Commits
f8346ed5ef
...
62cdd57069
Author | SHA1 | Date |
---|---|---|
|
62cdd57069 | |
![]() |
c174724458 |
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue