This commit is contained in:
BianLzhaoMin 2025-02-26 16:16:17 +08:00
parent 06987849ea
commit 50cdc73f60
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
done: function (res) { done: function (res) {
var tableView = this.elem.next(); var tableView = this.elem.next();
layui.each(res.data, function (i, item1) { layui.each(res.data, function (i, item1) {
if (item.isApprove == '1') { // Condition to make the row non-editable if (item1.isApprove == '1') { // Condition to make the row non-editable
} }
var cols = tableView.find('tr[data-index=' + i + ']').find('td'); var cols = tableView.find('tr[data-index=' + i + ']').find('td');