fix: 纸管重量显示错误

This commit is contained in:
2024-08-14 09:39:56 +08:00
parent 78a11bb4c8
commit 2b816302ba

View File

@@ -505,7 +505,7 @@
<el-table-column prop="split_height" label="子卷理论长度" width="100px" :formatter="crud.formatNum3" />
<el-table-column prop="split_weight" label="子卷理论重量" width="100px" :formatter="crud.formatNum3" />
<el-table-column prop="weight" label="子卷重量" width="100px" :formatter="crud.formatNum3" />
<el-table-column prop="material_type" label="纸管重量" width="100px" :formatter="crud.formatNum3" />
<el-table-column prop="paper_weight" label="纸管重量" width="100px" :formatter="crud.formatNum3" />
<el-table-column prop="paper_tube_or_frp" label="管件类型" :formatter="formatTubeName" />
<el-table-column prop="paper_tube_material" label="纸筒物料编码" min-width="140" show-overflow-tooltip />
<el-table-column prop="paper_tube_description" label="纸筒物料描述" width="120px" show-overflow-tooltip />