앱 실행 수 추가 #65
@@ -91,6 +91,7 @@
 | 
				
			|||||||
                  총합계
 | 
					                  총합계
 | 
				
			||||||
                </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>
 | 
				
			||||||
@@ -121,6 +122,10 @@
 | 
				
			|||||||
              {{ 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>
 | 
				
			||||||
@@ -212,6 +217,12 @@ export default {
 | 
				
			|||||||
          sortable: false,
 | 
					          sortable: false,
 | 
				
			||||||
          value: 'loginCount',
 | 
					          value: 'loginCount',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          text: '앱 실행',
 | 
				
			||||||
 | 
					          align: 'center',
 | 
				
			||||||
 | 
					          sortable: false,
 | 
				
			||||||
 | 
					          value: 'launchCount',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          text: '가입수',
 | 
					          text: '가입수',
 | 
				
			||||||
          align: 'center',
 | 
					          align: 'center',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user