fix:玻纤日志列表中”预计工时不显示“
This commit is contained in:
parent
468164ebe6
commit
f28fa85ff3
|
@ -67,11 +67,11 @@
|
|||
<span v-else>{{scope.row.material_out_name}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
label="预计工时"
|
||||
prop="hour_work"
|
||||
width="80"
|
||||
></el-table-column>
|
||||
></el-table-column> -->
|
||||
<el-table-column label="批次号" min-width="100">
|
||||
<template #default="scope">
|
||||
<div v-if="scope.row.mlogb_full!==null">
|
||||
|
|
Loading…
Reference in New Issue