add: 优化优惠券问题
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="giveNum" label="总发放数量" width="100">
|
||||
<template #default="scope">
|
||||
{{ scope.row.giveNum == -10086 ? "无限" : scope.row.giftNum }}
|
||||
{{ scope.row.giveNum == -10086 ? "无限" : scope.row.giveNum }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="giftNum" label="已领取" width="180">
|
||||
|
||||
Reference in New Issue
Block a user