diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index 69b58a4c..ad276a0f 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -148,10 +148,10 @@ const Column = [ }, { title: "商品类型", - name: "type_text", - prop: "type_text", + name: "product_type", + prop: "product_type", width: "50px", - type: "normal" + type: "slot" }, { title: "订单类型", @@ -859,6 +859,17 @@ export default class orderlist extends React.Component { if (com == "order_type") { return 虚拟 } + if (com == "product_type") { + return ( + + {rowData.product_type == 1 + ? "直充" + : rowData.product_type == 2 + ? "卡密" + : "立减金"} + + ) + } if (com == "opearo") { return (