♻️ refactor:回退代码
This commit is contained in:
parent
9ebbd77b22
commit
2a1f4344a4
|
@ -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">
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue