|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
<el-table-column label="抽样方案" align="left" prop="samplePlan" width="100"/>
|
|
|
|
|
<el-table-column label="合格判定" align="left" prop="judge"/ width="100">
|
|
|
|
|
<el-table-column label="缺陷等级" align="left" prop="defectLevel" width="90"/>
|
|
|
|
|
<el-table-column label="检验方式" align="left" prop="checkMode" width="90"/>
|
|
|
|
|
<el-table-column label="检验方式" align="left" prop="checkMode" width="90" :show-overflow-tooltip="true"/>
|
|
|
|
|
<el-table-column label="检验工具" align="left" prop="checkTool" width="90"/>
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|