diff --git a/manager/src/views/promotions/full-discount/full-discount.vue b/manager/src/views/promotions/full-discount/full-discount.vue index 3a03819d..31b0e1c1 100644 --- a/manager/src/views/promotions/full-discount/full-discount.vue +++ b/manager/src/views/promotions/full-discount/full-discount.vue @@ -169,7 +169,7 @@ export default { // 开启或关闭活动 openOrClose(row) { let name = "开启"; - if (row.promotionStatus === "START") { + if (row.promotionStatus === 'NEW' ||row.promotionStatus === "START") { name = "关闭"; this.$Modal.confirm({ title: "提示",