diff --git a/frontend/src/modules/stats/views/MonthList.vue b/frontend/src/modules/stats/views/MonthList.vue index a676c82..6f6fc55 100644 --- a/frontend/src/modules/stats/views/MonthList.vue +++ b/frontend/src/modules/stats/views/MonthList.vue @@ -51,17 +51,23 @@
| LMS | MMS | 알림톡 | +대체발송SMS | +대체발송LMS | +대체발송MMS | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 발송건수 | @@ -83,6 +92,12 @@성공건수/(%) | 발송건수 | 성공건수/(%) | +발송건수 | +성공건수/(%) | +발송건수 | +성공건수/(%) | +발송건수 | +성공건수/(%) |
{{ option.succCntR.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} ({{ option.succRtR }}%) |
+ {{ option.fbSndCntS.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} | +
+ {{ option.fbSuccCntS.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} ({{ option.succFbRtS }}%) + |
+ {{ option.fbSndCntL.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} | +
+ {{ option.fbSuccCntL.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} ({{ option.succFbRtL }}%) + |
+ {{ option.fbSndCntM.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} | +
+ {{ option.fbSuccCntM.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} ({{ option.succFbRtM }}%) + |