1
0

fix(web): 修复文件无法移除

This commit is contained in:
2024-11-27 11:11:00 +08:00
parent d72ebfd1d1
commit 70d5a4549f
6 changed files with 91 additions and 96 deletions

View File

@@ -211,11 +211,11 @@ export const formInputClearable = {
clearValueOnEmpty: true,
}
export function formInputFileStatic(field) {
export function formInputFileStatic(field, label) {
return {
visibleOn: '${detail}',
type: 'input-table',
label: '相关材料',
label: label,
name: field,
required: true,
resizable: false,