|
|
@@ -95,13 +95,10 @@
|
|
|
type="primary"
|
|
|
@click="selfRequest(row)"
|
|
|
v-if="
|
|
|
- (row.disposalStatus == '1' &&
|
|
|
- row.hasFirstArticleDualInspection == '0' &&
|
|
|
- tabValue != '4') ||
|
|
|
- (row.disposalStatus == '1' &&
|
|
|
- row.totalFirstArticleDualInspectionStatus == 2 &&
|
|
|
- row.hasFirstArticleDualInspection == '1' &&
|
|
|
- tabValue != '4')
|
|
|
+ row.disposalStatus == '1' &&
|
|
|
+ row.totalFirstArticleDualInspectionStatus == 2 &&
|
|
|
+ row.hasFirstArticleDualInspection == '1' &&
|
|
|
+ tabValue != '4'
|
|
|
"
|
|
|
>首工两检详情
|
|
|
</el-link>
|