Commit 5f06639c authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加 退款金额的字段

parent f420bfc1
......@@ -119,6 +119,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
channelTxt: item.channelName,
})),
orderType: detailInfo?.orderType,
refundAmount: record.refundAmount,
});
setVisibleReturnInfo(true);
};
......
......@@ -124,6 +124,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
channelTxt: item.channelName,
})),
orderType: detailInfo?.orderType,
refundAmount: record.refundAmount,
});
setVisibleReturnInfo(true);
};
......
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