|
@@ -86,7 +86,6 @@
|
|
|
:datasource="detailData.productList"
|
|
:datasource="detailData.productList"
|
|
|
row-key="id"
|
|
row-key="id"
|
|
|
max-height="500px"
|
|
max-height="500px"
|
|
|
-
|
|
|
|
|
>
|
|
>
|
|
|
<template v-slot:technicalDrawings="{ row }">
|
|
<template v-slot:technicalDrawings="{ row }">
|
|
|
<fileMain v-model="row.receiveFiles" type="view"></fileMain>
|
|
<fileMain v-model="row.receiveFiles" type="view"></fileMain>
|
|
@@ -353,13 +352,15 @@
|
|
|
: '';
|
|
: '';
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- // {
|
|
|
|
|
- // width: 80,
|
|
|
|
|
- // prop: 'deliveryDays',
|
|
|
|
|
- // label: '交期(天)',
|
|
|
|
|
- // slot: 'deliveryDays',
|
|
|
|
|
- // align: 'center'
|
|
|
|
|
- // },
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'productionDate',
|
|
|
|
|
+ label: '生产日期',
|
|
|
|
|
+ slot: 'productionDate',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ show: v != 2,
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ minWidth: 200
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
width: 160,
|
|
width: 160,
|
|
|
prop: 'deliveryDeadline',
|
|
prop: 'deliveryDeadline',
|