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