|
@@ -1009,7 +1009,7 @@ export default {
|
|
|
edit: {
|
|
|
btnType: 'text',
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return ['OK', 'FAIL', 'STOP', 'QUIT', 'OVERDUE'].includes(row.examineStatus)
|
|
|
+ return ['OK', 'FAIL', 'STOP', 'QUIT', 'OVERDUE', 'WAIT_WORKER'].includes(row.examineStatus)
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.$refs.tabPage.addTab({
|