Merge branch '0.8.X' of http://49.232.154.205:10100/DeXun/klp-oa into 0.8.X
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user