Commit 019e5b00 by caoyanzhi

update: 奥莱抵金券

parent d69efeab
......@@ -98,7 +98,7 @@
<template slot-scope="scope">
<!-- 卡券类型为 e袋洗时 列表操作按钮 无手动核销按钮 -->
<template v-if="scope.row.canEdit !== false">
<el-button type="text" v-if="$getButtonLimit($buttonCode.marketingOrderCard) && scope.row.status === 4 && Date.now() < scope.row.limitTime + 24 * 60 * 60 * 1000 && scope.row.gicCouponType !== 1" :limit-code="$buttonCode.marketingOrderCard" @click="orderData(scope.row)">核销</el-button>
<el-button type="text" v-if="$getButtonLimit($buttonCode.marketingOrderCard) && scope.row.cardType != 3 && scope.row.status === 4 && Date.now() < scope.row.limitTime + 24 * 60 * 60 * 1000 && scope.row.gicCouponType !== 1" :limit-code="$buttonCode.marketingOrderCard" @click="orderData(scope.row)">核销</el-button>
<el-button type="text" v-if="$getButtonLimit($buttonCode.marketingDestoryCard) && scope.row.status === 4 && Date.now() < scope.row.limitTime + 24 * 60 * 60 * 1000" :limit-code="$buttonCode.marketingDestoryCard" @click="delData(scope.row)">销毁</el-button>
</template>
</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