【功能修复】修正订单优惠券选择列表中,可用和不可用优惠券的颜色

This commit is contained in:
卢越
2024-09-08 10:27:46 +08:00
parent dbc192faa7
commit 27af994667
@@ -76,7 +76,7 @@
if (props.type === 'coupon') {
return false;
}
return props.data.status !== 1;
return props.disabled;
});
// 接受参数