1、FormItem怎么设置只读属性? 2、FormItem怎么添加备注提示信息?
:input-attr="{ disabled:true, }" :attr="{ blockHelp: t('tips'), }"
我提示信息使用的是这个
:data="{ tip: t('tips') }"