Commit 18ec463d authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复支付金额不展示的问题

parent ba9ab078
......@@ -291,7 +291,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
{
title: '金额',
dataIndex: 'paidAmount',
render: (text) => ${text}`,
render: (text, record) => +text ? ${text}` : record.amount,
},
{
title: '已退货数量',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment