fix(web): 修复文件无法移除
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user