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