This commit is contained in:
BianLzhaoMin 2025-08-07 16:12:14 +08:00
parent cc81fe7cec
commit 6b67f63439
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
keyList.push(item[key])
}
}
const isAllNull = keyList.every(item => item != '')
const isAllNull = keyList.every(item => item * 1 >= 0)
tableListNew.push({
...item,
isAllNull: !isAllNull