일자별 콘텐츠 후원 페이지 - 유/무료 구분 추가

This commit is contained in:
Yu Sung 2023-11-14 22:07:16 +09:00
parent 850c7d038a
commit 77756d1a9a
1 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,12 @@ export default {
align: 'center', align: 'center',
width: "300px" width: "300px"
}, },
{
text: '구분',
sortable: false,
value: 'paidOrFree',
align: 'center'
},
{ {
text: '후원수', text: '후원수',
align: 'center', align: 'center',