@ -66,6 +66,7 @@
prop: 'Annex',
tableName:'contract',
showDownload:true,
showPreview: true,
hiddenDelete:true,
hiddenUpload:true,
queryParams:[{
@ -77,6 +78,7 @@
tableName:'invoice',
@ -882,6 +882,7 @@ const detailAnnexTable = ref([
tableName: 'contract',
hiddenDelete: false,
hiddenUpload: false,
fileSize: 20
},
@ -891,6 +892,7 @@ const detailAnnexTable = ref([
tableName: 'invoice',
fileSize: 20,
fileType:['pdf']
@ -293,6 +293,7 @@ const searchTableSuccessDetail = async (formField, searchField, val, formRef,sea
fileSize:20
},{
label: t('ts.发票附件'),
@ -300,6 +301,7 @@ const searchTableSuccessDetail = async (formField, searchField, val, formRef,sea