fix: 增加字段说明
This commit is contained in:
parent
6cf9c96698
commit
615d377526
|
@ -374,6 +374,7 @@ const UseCouponList = () => {
|
|||
};
|
||||
|
||||
// 启用-禁用
|
||||
// old_status 1进行中 2暂停中
|
||||
const changeStatus = (status, row) => {
|
||||
Sweetalert.confirm({
|
||||
type: "warning",
|
||||
|
@ -521,6 +522,7 @@ const UseCouponList = () => {
|
|||
);
|
||||
}
|
||||
case 4:
|
||||
// 如果 approval_id 小于0 该数据是从key批次流过来的数据,所以只能在key批次进行操作
|
||||
if (rowData.status === 6 && Number(rowData.approval_id) > 0) {
|
||||
return (
|
||||
<span className="grid-link" onClick={(e) => onReCall(e, rowData)}>
|
||||
|
|
Loading…
Reference in New Issue