|
@@ -193,7 +193,16 @@
|
|
<el-table-column prop="materials" header-align="left" align="left" label="材料" min-width="100"
|
|
<el-table-column prop="materials" header-align="left" align="left" label="材料" min-width="100"
|
|
:show-tooltip-when-overflow="true">
|
|
:show-tooltip-when-overflow="true">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="size" header-align="left" align="left" label="物料尺寸" min-width="100"
|
|
|
|
|
|
+ <el-table-column prop="size" header-align="left" align="left" label="净尺寸" min-width="100"
|
|
|
|
+ :show-tooltip-when-overflow="true">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="importance" header-align="left" align="left" label="关重件" min-width="50"
|
|
|
|
+ :show-tooltip-when-overflow="true">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="heatTreatment" header-align="left" align="left" label="热处理" min-width="100"
|
|
|
|
+ :show-tooltip-when-overflow="true">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="surfaceTreatment" header-align="left" align="left" label="表面处理" min-width="100"
|
|
:show-tooltip-when-overflow="true">
|
|
:show-tooltip-when-overflow="true">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="notes" header-align="left" align="left" label="备注" min-width="200"
|
|
<el-table-column prop="notes" header-align="left" align="left" label="备注" min-width="200"
|