fix:日志展示原料棒号

This commit is contained in:
shijing 2025-09-08 08:58:06 +08:00
parent aea714bca7
commit a3711e577f
1 changed files with 9 additions and 5 deletions

View File

@ -81,16 +81,20 @@
</div>
</template>
</el-table-column>
<el-table-column label="原料棒号" min-width="100" v-if="route_code=='ladansi'">
<template #default="scope">
<div v-if="scope.row.mlogb_full!==null">
<span v-for="item in scope.row.mlogb_full" :key="item.id">
<span v-if="item.material_out!==null">{{ item.batch }}</span>
</span>
</div>
</template>
</el-table-column>
<el-table-column
label="生产设备"
prop="equipment_name"
min-width="130"
></el-table-column>
<el-table-column label="进度" prop="belong_dept_name" v-if="mgroup_name=='黑化'||mgroup_name=='退火'">
<template #default="scope">
<el-progress id="progressbwlq" :percentage="customMethod(scope.row,1)" :stroke-width="20" :color="customMethod(scope.row,2)" :text-inside="true"><span>{{customMethod(scope.row,3)}}</span></el-progress>
</template>
</el-table-column>
<el-table-column
label="部门/工段"
prop="belong_dept_name"