编码处理

This commit is contained in:
hongchao 2025-10-16 18:31:12 +08:00
parent 3e7271cf65
commit 812aaaf722
1 changed files with 3 additions and 0 deletions

View File

@ -877,6 +877,9 @@ export default {
}
},
checkSelectable(row) {
if(row.transNum==0){
return false
}
if (!row.nextCheckTime) return true //
const now = new Date()
const nextCheckTime = new Date(row.nextCheckTime)