style:【订单列表】订单类型中的立减金和直充,修改为“虚拟”
This commit is contained in:
parent
d015c4ae1b
commit
40cc560e90
|
@ -841,7 +841,7 @@ export default class orderlist extends React.Component {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (com === "type_text") {
|
if (com === "type_text") {
|
||||||
return <span>{rowData.type === 1 ? "直充" : "立减金"}</span>
|
return <span>虚拟</span>
|
||||||
}
|
}
|
||||||
if (com == "channel_activity_id") {
|
if (com == "channel_activity_id") {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue