前端经验篇前端小技巧表单整体禁用表单整体禁用 禁用表单所有组件 通过BaseForm disabled 属性进行表单全局禁用控制 useForm({ labelWidth: 120, //禁用表单所有组件 disabled:true,}); 效果如下