材料管理 变更清单

This commit is contained in:
Teo
2025-08-08 20:03:00 +08:00
parent f37ca487f6
commit 93a3ea764e
28 changed files with 1973 additions and 432 deletions

View File

@ -112,6 +112,11 @@ const props = defineProps({
type: Function as PropType<(files: any[]) => void>,
default: undefined
},
// 失败回调
onUploadError: {
type: Function as PropType<(err: any, file: any, fileList: any) => void>,
default: undefined
},
params: {
type: Object,
default: () => ({})