Compare commits
No commits in common. "b5c2941c0d1d2fff864b22c1527e2dda25696a27" and "d5c01d8d23c1133684a58b851110fa767cd4093e" have entirely different histories.
b5c2941c0d
...
d5c01d8d23
|
@ -91,7 +91,6 @@
|
||||||
총합계
|
총합계
|
||||||
</td>
|
</td>
|
||||||
<td>{{ sumField('loginCount').toLocaleString() }}</td>
|
<td>{{ sumField('loginCount').toLocaleString() }}</td>
|
||||||
<td>{{ sumField('launchCount').toLocaleString() }}</td>
|
|
||||||
<td>{{ sumField('signUpCount').toLocaleString() }}</td>
|
<td>{{ sumField('signUpCount').toLocaleString() }}</td>
|
||||||
<td>{{ sumField('firstPaymentCount').toLocaleString() }}</td>
|
<td>{{ sumField('firstPaymentCount').toLocaleString() }}</td>
|
||||||
<td>{{ sumField('firstPaymentTotalAmount').toLocaleString() }}</td>
|
<td>{{ sumField('firstPaymentTotalAmount').toLocaleString() }}</td>
|
||||||
|
@ -122,10 +121,6 @@
|
||||||
{{ item.loginCount.toLocaleString() }}
|
{{ item.loginCount.toLocaleString() }}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:item.launchCount="{ item }">
|
|
||||||
{{ item.launchCount.toLocaleString() }}
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-slot:item.signUpCount="{ item }">
|
<template v-slot:item.signUpCount="{ item }">
|
||||||
{{ item.signUpCount.toLocaleString() }}
|
{{ item.signUpCount.toLocaleString() }}
|
||||||
</template>
|
</template>
|
||||||
|
@ -217,12 +212,6 @@ export default {
|
||||||
sortable: false,
|
sortable: false,
|
||||||
value: 'loginCount',
|
value: 'loginCount',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: '앱 실행',
|
|
||||||
align: 'center',
|
|
||||||
sortable: false,
|
|
||||||
value: 'launchCount',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: '가입수',
|
text: '가입수',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|
Loading…
Reference in New Issue