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