|
@@ -330,7 +330,7 @@ export default {
|
|
|
(row.examineStatus === 'SAVE' || row.examineStatus === 'FAIL') &&
|
|
|
row.type === 1) || (this.isCustomer &&
|
|
|
!row.automaticStatus &&
|
|
|
- (row.examineStatus === 'WAIT' || row.examineStatus === 'FAIL') &&
|
|
|
+ (row.examineStatus === 'SAVE' || row.examineStatus === 'FAIL') &&
|
|
|
row.type != 2 &&
|
|
|
row.type !== 1) ? (
|
|
|
<el-button
|