From c1747244586ff30e1b87354546fb72a66005ac4d Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 14 Nov 2023 22:32:57 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Calculate/CalculateContentDonation.vue b/src/views/Calculate/CalculateContentDonation.vue index 0002a3c..a3f5158 100644 --- a/src/views/Calculate/CalculateContentDonation.vue +++ b/src/views/Calculate/CalculateContentDonation.vue @@ -150,14 +150,8 @@ export default { field: 'title', }, { - text: '구분', - sortable: false, - value: 'paidOrFree', - align: 'center' - }, - { - label: '후원금액(캔)', - field: 'donation', + label: '구분', + field: 'paidOrFree', }, { label: '후원수', @@ -212,6 +206,12 @@ export default { align: 'center', width: "300px" }, + { + text: '구분', + sortable: false, + value: 'paidOrFree', + align: 'center' + }, { text: '후원수', align: 'center',