fix:bx交接页面调整
This commit is contained in:
parent
d1215b6b05
commit
08872064c5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue