文件选择器多选图片情况下无法删除图片

This commit is contained in:
阿辉
2025-02-21 17:11:41 +08:00
parent c781d1f559
commit 418c78fa83
2 changed files with 34 additions and 28 deletions

View File

@@ -228,26 +228,26 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
show: false
}
},
fileselectortest: {
title: '文件选择器测试',
type: 'file-selector',
column: {
minWidth: 200
},
form: {
component: {
name: fileSelector,
vModel: 'modelValue',
tabsShow: 0b1111,
itemSize: 100,
multiple: true,
selectable: true,
showInput: true,
inputType: 'image',
valueKey: 'url',
}
}
}
// fileselectortest: {
// title: '文件选择器测试',
// type: 'file-selector',
// column: {
// minWidth: 200
// },
// form: {
// component: {
// name: fileSelector,
// vModel: 'modelValue',
// tabsShow: 0b1111,
// itemSize: 100,
// multiple: true,
// selectable: true,
// showInput: true,
// inputType: 'image',
// valueKey: 'url',
// }
// }
// }
},
},
};