|
@@ -732,7 +732,7 @@ export default {
|
|
|
return this.operationBtn({
|
|
|
edit: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return row.examineStatus != 'OK'
|
|
|
+ return row.examineStatus != 'OK' && row.examineStatus != 'FAIL'
|
|
|
},
|
|
|
btnType: 'text',
|
|
|
click: ({ row, index, column }) => {
|