feat: vue3 vben 支持富文本生成

This commit is contained in:
xingyu 2023-04-27 13:22:42 +08:00
parent 7549ab2611
commit 3851149338

View File

@ -101,7 +101,7 @@ export const createFormSchema: FormSchema[] = [
#elseif($column.htmlType == "fileUpload")## 文件上传 #elseif($column.htmlType == "fileUpload")## 文件上传
component: 'Upload' component: 'Upload'
#elseif($column.htmlType == "editor")## 文本编辑器 #elseif($column.htmlType == "editor")## 文本编辑器
component: 'InputTextArea' component: 'Editor'
#elseif($column.htmlType == "select")## 下拉框 #elseif($column.htmlType == "select")## 下拉框
component: 'Select', component: 'Select',
componentProps: { componentProps: {