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

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

View File

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