Browse Source

feat: vue3 vben 支持富文本生成

xingyu 1 year ago
parent
commit
3851149338

+ 1 - 1
yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben/views/data.ts.vm

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