form-create-designer
form-create-designer copied to clipboard
提交按钮的文本无法定制化
https://pro.form-create.com/doc/form ype Options = { //表单配置 ... //提交按钮配置 submitBtn?: { //是否显示提交按钮 show?: boolean; //按钮的文字 innerText?: string; }; ... 按文档innerText应该可以定制,但是看源码现在拷贝完formOptions之后又把“props.submit" 的字串赋值给了提交按钮,覆盖了用户的可能设置