Compare commits

..

No commits in common. "b5c2941c0d1d2fff864b22c1527e2dda25696a27" and "d5c01d8d23c1133684a58b851110fa767cd4093e" have entirely different histories.

1 changed files with 0 additions and 11 deletions

View File

@ -91,7 +91,6 @@
총합계
</td>
<td>{{ sumField('loginCount').toLocaleString() }}</td>
<td>{{ sumField('launchCount').toLocaleString() }}</td>
<td>{{ sumField('signUpCount').toLocaleString() }}</td>
<td>{{ sumField('firstPaymentCount').toLocaleString() }}</td>
<td>{{ sumField('firstPaymentTotalAmount').toLocaleString() }}</td>
@ -122,10 +121,6 @@
{{ item.loginCount.toLocaleString() }}
</template>
<template v-slot:item.launchCount="{ item }">
{{ item.launchCount.toLocaleString() }}
</template>
<template v-slot:item.signUpCount="{ item }">
{{ item.signUpCount.toLocaleString() }}
</template>
@ -217,12 +212,6 @@ export default {
sortable: false,
value: 'loginCount',
},
{
text: '앱 실행',
align: 'center',
sortable: false,
value: 'launchCount',
},
{
text: '가입수',
align: 'center',