fix: 增加优惠券列表生成中无操作状态

This commit is contained in:
zhangds 2022-10-10 20:10:51 +08:00
parent e419a5dce9
commit 7a29f6f52c
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ const UseCouponList = () => {
const opearoEl = (type, rowData) => {
switch (type) {
case 1:
if ([4, 5, 6].includes(rowData.status)) {
if ([4, 5, 6, 8].includes(rowData.status)) {
return (
<span style={{ color: "#d8dbdd" }} className="grid-link">
编辑
@ -477,7 +477,7 @@ const UseCouponList = () => {
</span>
);
}
if ([4, 5].includes(rowData.status)) {
if ([4, 5, 8].includes(rowData.status)) {
return (
<span
style={{