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