♻️ refactor:回退代码

This commit is contained in:
wangsongsole 2024-02-29 09:41:25 +08:00
parent 9ebbd77b22
commit 2a1f4344a4
2 changed files with 0 additions and 12 deletions

View File

@ -873,11 +873,6 @@ export default class orderList extends React.Component {
if (com == "order_type") { if (com == "order_type") {
return <span>虚拟</span> return <span>虚拟</span>
} }
if (com == "receive_error") {
return (
<span>{rowData.orderVoucher ? rowData.orderVoucher.receive_error : "-"}</span>
)
}
if (com == "usage_status") { if (com == "usage_status") {
return ( return (
<p className="dflexa"> <p className="dflexa">

View File

@ -139,13 +139,6 @@ export const Column = [
width: "120px", width: "120px",
type: "slot" type: "slot"
}, },
{
title: "发放失败",
name: "receive_error",
prop: "receive_error",
width: "150px",
type: "slot"
},
{ {
title: "减扣(元)", title: "减扣(元)",
name: "discount_amount", name: "discount_amount",