|
|
@@ -36,7 +36,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:singleReport="{ row }">
|
|
|
- <el-tag> {{ row.singleReport == 1 ? '单个报工' : '批量报工' }}</el-tag>
|
|
|
+ <el-tag size="mini"> {{ row.singleReport == 1 ? '单个报工' : '批量报工' }}</el-tag>
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:formingNum="{ row }">
|
|
|
@@ -105,13 +105,15 @@
|
|
|
slot: 'code',
|
|
|
label: '生产工单号',
|
|
|
align: 'center',
|
|
|
- minWidth: '110'
|
|
|
+ minWidth: '160'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: 'productCode',
|
|
|
label: '产品编码',
|
|
|
align: 'center',
|
|
|
+ minWidth: '160',
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
|
},
|
|
|
{
|
|
|
@@ -132,12 +134,14 @@
|
|
|
{
|
|
|
prop: 'brandNo',
|
|
|
label: '牌号',
|
|
|
- align: 'center'
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
prop: 'model',
|
|
|
label: '型号',
|
|
|
- align: 'center'
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
},
|
|
|
|
|
|
{
|