修复优化促销问题

This commit is contained in:
paulGao
2021-12-25 18:36:15 +08:00
parent 6c1d7cce8d
commit 54dcd2d8be
8 changed files with 31 additions and 35 deletions

View File

@@ -121,7 +121,7 @@
>关闭</Button
>
<Button
v-if="row.promotionStatus === 'CLOSE'"
v-if="row.promotionStatus === 'CLOSE' || row.promotionStatus === 'END'"
type="error"
size="small"
@click="close(row.id)"