Compare commits
No commits in common. "62cdd57069a86513645591582d196d70e19eea0e" and "f8346ed5efa9da1b41d3d0354f33095c0b538224" have entirely different histories.
62cdd57069
...
f8346ed5ef
|
@ -150,8 +150,14 @@ export default {
|
|||
field: 'title',
|
||||
},
|
||||
{
|
||||
label: '구분',
|
||||
field: 'paidOrFree',
|
||||
text: '구분',
|
||||
sortable: false,
|
||||
value: 'paidOrFree',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
label: '후원금액(캔)',
|
||||
field: 'donation',
|
||||
},
|
||||
{
|
||||
label: '후원수',
|
||||
|
@ -206,12 +212,6 @@ export default {
|
|||
align: 'center',
|
||||
width: "300px"
|
||||
},
|
||||
{
|
||||
text: '구분',
|
||||
sortable: false,
|
||||
value: 'paidOrFree',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
text: '후원수',
|
||||
align: 'center',
|
||||
|
|
Loading…
Reference in New Issue