fix: 关闭优惠券按钮状态判定未判定新活动状态导致新活动点击关闭按钮无效

master
Chopper711 2023-03-15 10:19:03 +08:00
parent 3159c325e3
commit 1ca94d289a
1 changed files with 1 additions and 1 deletions

View File

@ -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: "提示",