Merge pull request 'test' (#22) from test into main

Reviewed-on: #22
This commit is contained in:
klaus 2024-06-03 22:26:57 +00:00
commit f059dda7eb
1 changed files with 7 additions and 1 deletions

View File

@ -38,7 +38,7 @@
color="#9970ff" color="#9970ff"
dark dark
depressed depressed
@click="getCalculateContentDonation" @click="getCalculateCommunityPost"
> >
조회 조회
</v-btn> </v-btn>
@ -132,6 +132,12 @@ export default {
align: 'center', align: 'center',
width: "300px" width: "300px"
}, },
{
text: '판매금액(캔)',
align: 'center',
sortable: false,
value: 'can',
},
{ {
text: '구매유저수', text: '구매유저수',
align: 'center', align: 'center',