From 1ca94d289aaa9ecbc54f292ef3b94825589bb86c Mon Sep 17 00:00:00 2001 From: Chopper711 Date: Wed, 15 Mar 2023 10:19:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81=E5=88=A4=E5=AE=9A?= =?UTF-8?q?=E6=9C=AA=E5=88=A4=E5=AE=9A=E6=96=B0=E6=B4=BB=E5=8A=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AF=BC=E8=87=B4=E6=96=B0=E6=B4=BB=E5=8A=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/promotions/full-discount/full-discount.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "提示",