代码调试

This commit is contained in:
BianLzhaoMin 2025-02-25 13:24:21 +08:00
parent e71f8d4729
commit 94d82a1d9d
1 changed files with 3 additions and 3 deletions

View File

@ -153,9 +153,9 @@
cellData.rowspan = cellData.num;
}
//去除审核
if (cellData.field === 'examineAndApprove' && href.includes('type=1')) {
cellData.hide = true;
}
// if (cellData.field === 'examineAndApprove' && href.includes('type=1')) {
// cellData.hide = true;
// }
});
});