|
@@ -411,7 +411,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="是否质检" align="center" width="80" prop="qualityControl" :show-overflow-tooltip="true"
|
|
<el-table-column label="是否质检" align="center" width="80" prop="qualityControl" :show-overflow-tooltip="true"
|
|
|
- v-if="bizType != 1 && bizType != 6">
|
|
|
|
|
|
|
+ v-if="bizType != 1 && bizType != 6 && bizType != 9">
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
{{ row.qualityControl == 1 ? '是' : row.qualityControl == 0 ? '否' : '' }}
|
|
{{ row.qualityControl == 1 ? '是' : row.qualityControl == 0 ? '否' : '' }}
|
|
|
</template>
|
|
</template>
|