fix: 修复优惠券商品范围列表 类型
This commit is contained in:
parent
fb1a35b82c
commit
99cc27f69e
|
@ -79,9 +79,9 @@ const tableColumn = [
|
|||
},
|
||||
{
|
||||
title: "类型",
|
||||
name: "type",
|
||||
prop: "type",
|
||||
type: "slot",
|
||||
name: "product_type_text",
|
||||
prop: "product_type_text",
|
||||
type: "normal",
|
||||
width: "auto",
|
||||
},
|
||||
{
|
||||
|
@ -289,10 +289,6 @@ const UseCouponCommodity = () => {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
if (com === "type") {
|
||||
return <span>{rowData.type === 1 ? "商品" : "立减金"}</span>;
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue