add: 优化优惠券问题

This commit is contained in:
gyq
2025-09-18 18:14:36 +08:00
parent 350a314feb
commit 9eb3b8e306
17 changed files with 1349 additions and 620 deletions

View File

@@ -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">