|
@@ -1000,7 +1000,7 @@ export default {
|
|
|
btnType: 'text',
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
return (
|
|
|
- ['OK', 'FAIL', 'STOP', 'QUIT'].includes(row.examineStatus) ||
|
|
|
+ ['OK', 'FAIL', 'STOP', 'QUIT', 'OVERDUE'].includes(row.examineStatus) ||
|
|
|
(['MAJOR', 'MERCHANT'].includes(row.attr) && ['WAIT_WORKER'].includes(row.examineStatus))
|
|
|
)
|
|
|
},
|