Commit 4635c9f9 authored by youjie's avatar youjie

no message

parent a317e9db
......@@ -390,9 +390,9 @@
查看报价单
</div>
<div v-if="item.autoCouponId!=-1">优惠券:
<template v-if="item.autoCouponId==0">待发放</template>
<template v-if="item.autoCouponId==1">已发放</template>
<template v-if="item.autoCouponId==2">已撤回</template>
<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>
......
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