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