【修复】form-create 单图上传规则 disabled 字段标题与默认值错配
parent
6232330c81
commit
cdcd200c7d
|
|
@ -74,8 +74,8 @@ export const useUploadImgRule = () => {
|
|||
{
|
||||
type: 'switch',
|
||||
field: 'disabled',
|
||||
title: '是否显示删除按钮',
|
||||
value: true
|
||||
title: '是否禁用',
|
||||
value: false
|
||||
},
|
||||
{
|
||||
type: 'switch',
|
||||
|
|
|
|||
Loading…
Reference in New Issue