|
|
@ -3,7 +3,7 @@ import { dateFormatter } from '@/utils/formatTime' |
|
|
|
|
|
|
|
export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '上传质检报告', |
|
|
|
label: '上传质量报告', |
|
|
|
field: 'uploadFile', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
@ -16,7 +16,8 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchem |
|
|
|
tableName: 'SupplierdeliverInspectionDetail', |
|
|
|
}, |
|
|
|
fileType:['pdf','png','jpg','jpeg'], |
|
|
|
fileSize:100 |
|
|
|
fileSize:100, |
|
|
|
limit:20000 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|