Commit 3a37cd51 authored by youjie's avatar youjie

no message

parent e098549f
......@@ -1811,11 +1811,6 @@
<tr>
<td v-show="OrderDataList.length == 0" colspan="17" align="center">
{{ $t("system.content_noData") }}
<div v-if="item.AutoCouponId!=-1">优惠券:
<span v-if="item.AutoCouponId==0" style="color: red">待发放</span>
<span v-if="item.AutoCouponId==1" style="color: green">已发放</span>
<span v-if="item.AutoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
</tr>
<tr v-if=" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 ">
......@@ -1844,6 +1839,11 @@
</div>
<p>{{ $t("restaurant.res_oderTime") }}:{{ item.CreateDate }}</p>
<p v-if="item.TradeWay == 1">{{ item.PlatformOrder }}</p>
<div v-if="item.AutoCouponId!=-1">优惠券:
<span v-if="item.AutoCouponId==0" style="color: red">待发放</span>
<span v-if="item.AutoCouponId==1" style="color: green">已发放</span>
<span v-if="item.AutoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
<td>
<p class="fz12 over_ellipsis" style="width: 90%">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment