This commit is contained in:
parent
e0d8cc7f7c
commit
873cbd2870
|
|
@ -97,7 +97,7 @@
|
||||||
keyList.push(item[key])
|
keyList.push(item[key])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const isAllNull = keyList.every(item => item * 1 >= 0)
|
const isAllNull = keyList.every(item => item !== '' && item * 1 >= 0)
|
||||||
tableListNew.push({
|
tableListNew.push({
|
||||||
...item,
|
...item,
|
||||||
isAllNull: !isAllNull
|
isAllNull: !isAllNull
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue