style:【订单列表】订单类型中的立减金和直充,修改为“虚拟”

This commit is contained in:
wangsongsole 2022-10-10 09:45:06 +08:00
parent d015c4ae1b
commit 40cc560e90
1 changed files with 1 additions and 1 deletions

View File

@ -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 (