Commit 276922f5 by liuchenxi

update: 列表卡券状态

parent 1d18254f
......@@ -138,12 +138,10 @@
>
<template slot-scope="scope">
<span v-if="scope.row.status === -1">所有</span>
<span v-if="scope.row.status === 1">待领取</span>
<span v-if="scope.row.status === 2">待使用</span>
<span v-if="scope.row.status === 3">已发放</span>
<span v-if="scope.row.status === 4">已领取</span>
<span v-if="scope.row.status === 3">待领取</span>
<span v-if="scope.row.status === 4">待使用</span>
<span v-if="scope.row.status === 5">已使用</span>
<span v-if="scope.row.status === 6"></span>
<span v-if="scope.row.status === 6"></span>
<span v-if="scope.row.status === 7">已销毁</span>
<span v-if="scope.row.status === 8">已占用</span>
<span v-if="scope.row.status === 9">转赠中</span>
......@@ -300,9 +298,9 @@
<el-button plain @click="goback">返回</el-button>
</div> -->
</div>
<div class="footer-box foot-add">
<!-- <div class="footer-box foot-add">
<vue-gic-footer></vue-gic-footer>
</div>
</div> -->
</div>
</template>
......
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