fix:优惠券卡片显示字段条件判断

This commit is contained in:
kele
2023-02-07 15:56:01 +08:00
parent 6885d6de69
commit b72d358909
4 changed files with 19 additions and 11 deletions
@@ -19,6 +19,7 @@
:title="item.amount_text"
:value="item.amount"
:surplus="item.stock"
:type="item.type"
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
0,
10,
@@ -56,6 +57,7 @@
:value="item.amount"
:surplus="item.stock"
:couponId="item.id"
:type="item.type"
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
0,
10,
@@ -93,6 +95,7 @@
:value="item.amount"
:surplus="item.stock"
:couponId="item.id"
:type="item.type"
:sellBy="`${item.get_start_time.substring(0, 10)} 至 ${item.get_end_time.substring(
0,
10,