fix:排一次棒日志展示棒号

This commit is contained in:
shijing 2025-09-16 10:08:01 +08:00
parent 8c885e4cfc
commit 6ff7e79c22
1 changed files with 9 additions and 1 deletions

View File

@ -83,6 +83,15 @@
</div>
</template>
</el-table-column>
<el-table-column label="棒号" min-width="80" v-if="route_code=='paiyicibang'">
<template #default="scope">
<div v-if="scope.row.mlogbw_number_list.length>0">
<span v-for="item in scope.row.mlogbw_number_list" :key="item">
<span >{{ item }}</span>
</span>
</div>
</template>
</el-table-column>
<el-table-column label="板段号" min-width="160" v-if="route_code=='paiban'||route_code=='zhuangmo'||route_code=='tuomoceliang'||route_code=='reyatuihuo'||route_code=='zlybcl'">
<template #default="scope">
<div v-if="scope.row.mlogbw_number_list.length>0">
@ -143,7 +152,6 @@
<el-table-column
label="处理人"
prop="handle_user_name"
width="80"
></el-table-column>
<el-table-column label="保温剩余时间" v-if="mgroup_name=='黑化'||mgroup_name=='退火'">
<template #default="scope">