From 80a874e91d1ff686c852e39b7544e510add42e5e Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 23 Aug 2024 11:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RefunModal/RefunModal.tsx | 2 +- src/route/Refun/Refun.tsx | 3 +++ src/route/index/Index.tsx | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/RefunModal/RefunModal.tsx b/src/components/RefunModal/RefunModal.tsx index 3fb8a83..aeadd88 100644 --- a/src/components/RefunModal/RefunModal.tsx +++ b/src/components/RefunModal/RefunModal.tsx @@ -33,7 +33,7 @@ export default function RefunModal(props: any) { body: { projId: values.title, refundReason: values.other, - refundVoucher: refunArray.join(', ') + refundVoucher: refunArray.join(',') }, onBefore() { diff --git a/src/route/Refun/Refun.tsx b/src/route/Refun/Refun.tsx index ff15fe1..0a305f3 100644 --- a/src/route/Refun/Refun.tsx +++ b/src/route/Refun/Refun.tsx @@ -56,6 +56,7 @@ export default function Refun() { key: 'projPayment', align: 'center', width: 150, + render: (text) =>
{text/100}
, }, { title: '退款原因', @@ -143,6 +144,7 @@ export default function Refun() { key: 'projPayment', align: 'center', width: 150, + render: (text) =>
{text/100}
, }, { title: '退款原因', @@ -243,6 +245,7 @@ export default function Refun() { key: 'projPayment', align: 'center', width: 150, + render: (text) =>
{text/100}
, }, { title: '退款原因', diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index 1faeb3f..0ee44fe 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -754,7 +754,7 @@ export default function Index() { list={buyMenu.list} handleListItem={buyMenu.handleListItem} /> */} - {/* */} + />