@@ -739,6 +739,12 @@
}
},
+ {
+ minWidth: 160,
+ prop: 'productionCodes',
+ label: '生产编码',
+ align: 'center'
+ },
{
minWidth: 240,
prop: 'taskName',
@@ -389,6 +389,12 @@
@@ -85,6 +85,8 @@
:toolkit="[]"
:datasource="detailData.productList"
row-key="id"
+ max-height="500px"
+
>
<template v-slot:technicalDrawings="{ row }">
<fileMain v-model="row.receiveFiles" type="view"></fileMain>
@@ -303,6 +303,12 @@
slot: 'specification',
align: 'center'
width: 120,
prop: 'imgCode',
@@ -361,6 +361,12 @@
label: '图号/件号',
showOverflowTooltip: true
prop: 'produceType',