|
|
@ -100,7 +100,19 @@ |
|
|
|
<Detail |
|
|
|
ref="detailRef" |
|
|
|
:annexTable="[ |
|
|
|
annexInspectionDetail |
|
|
|
annexInspectionDetail, |
|
|
|
{ |
|
|
|
label: '履历表', |
|
|
|
prop: 'uploadFile', |
|
|
|
tableName: 'SupplierdeliverCurriculumVitae', |
|
|
|
hasSubDetail: false, // 附件中是否展示明细表 |
|
|
|
showPreview: true, // 附件中是否展示预览按钮 |
|
|
|
hiddenUpload:false, |
|
|
|
hiddenDelete:false, |
|
|
|
fileType: ['pdf'], |
|
|
|
limit:999999, |
|
|
|
align: 'left', |
|
|
|
} |
|
|
|
]" |
|
|
|
:isBasic="false" |
|
|
|
:allSchemas="SupplierdeliverRequestMain.allSchemas" |
|
|
|