From e65354789aff902814e414699e0a6f1e023543f5 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 14 Nov 2023 22:07:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EC=9E=90=EB=B3=84=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=ED=9B=84=EC=9B=90=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20-=20=EC=9C=A0/=EB=AC=B4=EB=A3=8C=20=EA=B5=AC?= =?UTF-8?q?=EB=B6=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Calculate/CalculateContentDonation.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/Calculate/CalculateContentDonation.vue b/src/views/Calculate/CalculateContentDonation.vue index 677e016..0002a3c 100644 --- a/src/views/Calculate/CalculateContentDonation.vue +++ b/src/views/Calculate/CalculateContentDonation.vue @@ -149,6 +149,12 @@ export default { label: '콘텐츠 제목', field: 'title', }, + { + text: '구분', + sortable: false, + value: 'paidOrFree', + align: 'center' + }, { label: '후원금액(캔)', field: 'donation', -- 2.40.1