|
@@ -427,7 +427,7 @@ const getApplyScopeText = () => {
|
|
|
return "全场通用";
|
|
return "全场通用";
|
|
|
} else if (voucherModel.value.applyType === "2" || voucherModel.value.applyType == 2) {
|
|
} else if (voucherModel.value.applyType === "2" || voucherModel.value.applyType == 2) {
|
|
|
if (voucherModel.value.applyDesc) {
|
|
if (voucherModel.value.applyDesc) {
|
|
|
- return `除${voucherModel.value.applyDesc}外全场通用`;
|
|
|
|
|
|
|
+ return `${voucherModel.value.applyDesc}`;
|
|
|
}
|
|
}
|
|
|
return "全场通用";
|
|
return "全场通用";
|
|
|
}
|
|
}
|