fix:日志列表中设备只在固定几个工段显示

This commit is contained in:
shijing 2025-09-10 14:05:39 +08:00
parent 0626b52641
commit 830f414c8c
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="板段号" min-width="160" v-if="route_code=='paiban'||route_code=='zhuangmo'||troute_code=='tuomoceliang'||route_code=='reyatuihuo'||route_code=='zlybcl'"> <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"> <template #default="scope">
<div v-if="scope.row.mlogbw_number_list.length>0"> <div v-if="scope.row.mlogbw_number_list.length>0">
<span v-for="item in scope.row.mlogbw_number_list" :key="item"> <span v-for="item in scope.row.mlogbw_number_list" :key="item">
@ -102,6 +102,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
v-if="route_code=='ladansi'||route_code=='yicifusi'||route_code=='ercifusi'||route_code=='zlybcl'"
label="生产设备" label="生产设备"
prop="equipment_name" prop="equipment_name"
min-width="130" min-width="130"