From 9842019cdd6594ee743c87b1ce22e6e17a9eb661 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 1 Apr 2024 20:17:56 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20-=20=EC=BA=94=20?= =?UTF-8?q?=EC=B6=A9=EC=A0=84=ED=98=84=ED=99=A9=20-=20=EC=9D=91=EB=8B=B5?= =?UTF-8?q?=EA=B0=92=EC=97=90=20=ED=99=94=ED=8F=90=20locale=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Can/CanStatus.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/Can/CanStatus.vue b/src/views/Can/CanStatus.vue index 4636bc5..98da14b 100644 --- a/src/views/Can/CanStatus.vue +++ b/src/views/Can/CanStatus.vue @@ -65,6 +65,10 @@ {{ item.chargeAmount.toLocaleString() }} 원 + + @@ -168,6 +172,12 @@ export default { sortable: false, value: 'amount', }, + { + text: '화폐단위', + align: 'center', + sortable: false, + value: 'unit', + }, { text: '날짜', align: 'center',