This commit is contained in:
2026-07-04 15:43:08 +08:00

View File

@@ -26,7 +26,7 @@
<template slot-scope="{ row }">{{ row.CREW || row.crew || '—' }}</template> <template slot-scope="{ row }">{{ row.CREW || row.crew || '—' }}</template>
</el-table-column> </el-table-column>
<el-table-column label="钢种" min-width="80" show-overflow-tooltip> <el-table-column label="钢种" min-width="80" show-overflow-tooltip>
<template slot-scope="{ row }">{{ row.ORDER_QUALITY || row.order_quality || row.GRADE || row.grade || '—' }}</template> <template slot-scope="{ row }">{{ row.GRADE || row.grade || '—' }}</template>
</el-table-column> </el-table-column>
<el-table-column label="来料厚度" width="68" align="right"> <el-table-column label="来料厚度" width="68" align="right">
<template slot-scope="{ row }">{{ row.ENTRY_THICK || row.entry_thick || '—' }}</template> <template slot-scope="{ row }">{{ row.ENTRY_THICK || row.entry_thick || '—' }}</template>