代码更新

This commit is contained in:
2022-10-31 20:41:22 +08:00
parent 1bade7dfa4
commit c99745bcf6
7 changed files with 39 additions and 12 deletions

View File

@@ -151,6 +151,7 @@
</template>
</el-table-column>
<el-table-column prop="material_name" label="物料名称" align="center" min-width="150px" show-overflow-tooltip />
<el-table-column prop="box_no" label="箱号" align="center" min-width="150px" show-overflow-tooltip />
<el-table-column show-overflow-tooltip prop="pcsn" label="子卷号" align="center">
<template scope="scope">
<el-input v-show="!scope.row.edit" v-model="scope.row.pcsn" size="mini" />