From 0a47b5d33f9340fccfafece21cb0027d52e77688 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 2 Apr 2025 11:07:31 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=91=EA=B3=A0=ED=86=B5=EA=B3=84=20-=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=88=98=EB=A5=BC=20=EA=B0=80?= =?UTF-8?q?=EC=9E=A5=20=EC=98=A4=EB=A5=B8=EC=AA=BD=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Marketing/MarketingAdStatisticsView.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/Marketing/MarketingAdStatisticsView.vue b/src/views/Marketing/MarketingAdStatisticsView.vue index 4bcbf7a..3e4efc1 100644 --- a/src/views/Marketing/MarketingAdStatisticsView.vue +++ b/src/views/Marketing/MarketingAdStatisticsView.vue @@ -90,7 +90,6 @@ 총합계 - {{ sumField('loginCount').toLocaleString() }} {{ sumField('launchCount').toLocaleString() }} {{ sumField('signUpCount').toLocaleString() }} {{ sumField('firstPaymentCount').toLocaleString() }} @@ -99,6 +98,7 @@ {{ sumField('repeatPaymentTotalAmount').toLocaleString() }} {{ sumField('allPaymentCount').toLocaleString() }} {{ sumField('allPaymentTotalAmount').toLocaleString() }} + {{ sumField('loginCount').toLocaleString() }} @@ -118,10 +118,6 @@ {{ item.pidName }} - - @@ -153,6 +149,10 @@ + + @@ -211,12 +211,6 @@ export default { sortable: false, value: 'pidName', }, - { - text: '로그인 수', - align: 'center', - sortable: false, - value: 'loginCount', - }, { text: '앱 실행', align: 'center', @@ -264,6 +258,12 @@ export default { align: 'center', sortable: false, value: 'allPaymentTotalAmount', + }, + { + text: '로그인 수', + align: 'center', + sortable: false, + value: 'loginCount', } ], items: [],