fix:bx交接页面调整

This commit is contained in:
shijing 2025-01-07 09:40:54 +08:00
parent d1215b6b05
commit 08872064c5
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
prop="material_name"
min-width="140"
></el-table-column>
<el-table-column label="批次" prop="batch" min-width="140">
<el-table-column label="批次" prop="batch" width="100">
<template #default="scope">
<el-text v-if="scope.row.handoverb.length>0" type="primary">{{scope.row.handoverb.length}}</el-text>
</template>