add: 修复问题

This commit is contained in:
gyq 2025-10-10 09:08:08 +08:00
parent e69e0e7aa0
commit 1ce95f8dd7
2 changed files with 4 additions and 1 deletions

View File

@ -77,6 +77,7 @@
></el-table-column>
<el-table-column label="使用时间" prop="useTime"></el-table-column>
<el-table-column label="获得来源" prop="source"></el-table-column>
<el-table-column label="关联订单" prop="targetId"></el-table-column>
<el-table-column label="状态" prop="status">
<template #default="scope">
<el-tag

View File

@ -314,6 +314,8 @@ function resetHandle() {
//
function show(t, obj = null) {
console.log(obj);
let m = titleOptions.couponTypeList.find((item) => item.value == t);
if (obj && obj.id) {
titleOptions.title = `编辑${m.label}`;
@ -326,7 +328,7 @@ function show(t, obj = null) {
infiniteGiveNum.value = false;
}
if (form.value.useLimit == infiniteFlagNum.value) {
if (form.value.getLimit == infiniteFlagNum.value) {
infiniteUseLimit.value = false;
}
} else {