富文本编辑框
<?phpEditorField::init('info','内容')//文件上传路径,默认为 tpScriptVueCurdUploadDefaultUrl() 函数返回值//->uploadUrl('/url')//工具栏要显示的按钮,具体值请查看:https://gitee.com/tjztjspz/tp-script-vue-curd/blob/master/src/field/EditorField.php#L17//->toolbar([])//高度,默认为300px//->height(300)//z-index,默认为0//->zIndex(0)

