This commit is contained in:
parent
161a4daaf7
commit
8276fba8dd
|
|
@ -800,7 +800,7 @@ export default {
|
||||||
if (row.jiJuType == 2 && row.isCheck == '1') {
|
if (row.jiJuType == 2 && row.isCheck == '1') {
|
||||||
return !this.isWithinOneMonth(row.nextCheckTime)
|
return !this.isWithinOneMonth(row.nextCheckTime)
|
||||||
} else {
|
} else {
|
||||||
return false
|
return true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isWithinOneMonth(dateStr) {
|
isWithinOneMonth(dateStr) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue