This commit is contained in:
xixi 2024-08-23 11:29:57 +08:00
parent 76af005ae0
commit 80a874e91d
3 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,7 @@ export default function RefunModal(props: any) {
body: { body: {
projId: values.title, projId: values.title,
refundReason: values.other, refundReason: values.other,
refundVoucher: refunArray.join(', ') refundVoucher: refunArray.join(',')
}, },
onBefore() { onBefore() {

View File

@ -56,6 +56,7 @@ export default function Refun() {
key: 'projPayment', key: 'projPayment',
align: 'center', align: 'center',
width: 150, width: 150,
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
}, },
{ {
title: '退款原因', title: '退款原因',
@ -143,6 +144,7 @@ export default function Refun() {
key: 'projPayment', key: 'projPayment',
align: 'center', align: 'center',
width: 150, width: 150,
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
}, },
{ {
title: '退款原因', title: '退款原因',
@ -243,6 +245,7 @@ export default function Refun() {
key: 'projPayment', key: 'projPayment',
align: 'center', align: 'center',
width: 150, width: 150,
render: (text) => <div style={{color:'red',fontWeight:700}}>{text/100}</div>,
}, },
{ {
title: '退款原因', title: '退款原因',

View File

@ -754,7 +754,7 @@ export default function Index() {
list={buyMenu.list} list={buyMenu.list}
handleListItem={buyMenu.handleListItem} handleListItem={buyMenu.handleListItem}
/> */} /> */}
{/* <MenuWithTopButton <MenuWithTopButton
button={refundMenu.button} button={refundMenu.button}
list={refundMenu.list} list={refundMenu.list}
handleListItem={refundMenu.handleListItem} handleListItem={refundMenu.handleListItem}
@ -764,7 +764,7 @@ export default function Index() {
// chargeAdditionals={chargeAdditionals ? chargeAdditionals : ""} // chargeAdditionals={chargeAdditionals ? chargeAdditionals : ""}
// tagDataId={tagDataId ? tagDataId : ""} // tagDataId={tagDataId ? tagDataId : ""}
// authorId={authorId ? authorId : ""} // authorId={authorId ? authorId : ""}
/> */} />
</div> </div>
</div> </div>
<div className="right"> <div className="right">